Click here to Skip to main content
15,878,959 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to check if a file is encrypted Pin
Luc Pattyn8-Apr-09 5:33
sitebuilderLuc Pattyn8-Apr-09 5:33 
GeneralRe: How to check if a file is encrypted Pin
Russell Napier8-Apr-09 5:36
Russell Napier8-Apr-09 5:36 
GeneralRe: How to check if a file is encrypted Pin
Dan Neely8-Apr-09 5:52
Dan Neely8-Apr-09 5:52 
QuestionPicture compression Pin
yasa8-Apr-09 4:33
yasa8-Apr-09 4:33 
AnswerRe: Picture compression Pin
Luc Pattyn8-Apr-09 5:29
sitebuilderLuc Pattyn8-Apr-09 5:29 
QuestionClient Server Pin
mrithula88-Apr-09 4:23
mrithula88-Apr-09 4:23 
QuestionProblem with SQL-Server Date Query Pin
der.flori8-Apr-09 4:08
der.flori8-Apr-09 4:08 
AnswerRe: Problem with SQL-Server Date Query Pin
Dino Mulahusic8-Apr-09 4:12
professionalDino Mulahusic8-Apr-09 4:12 
How are your dates stored?
If they are stored with time (3/3/2009 11:12:13) then you wont get any results.

try entering your query in sql server and see what you get

you can also try something like this

string str_Verlaufdate = "'" + p.Verlauf_date.Month + "/" + p.Verlauf_date.Day + "/" + p.Verlauf_date.Year + "%'";

DataRow[] dr2 = this.dataNet.Tables["Verlauf"].Select("BehID = '"+v[0].ToString()+"' and Date LIKE "+str_Verlaufdate);

GeneralRe: Problem with SQL-Server Date Query Pin
der.flori8-Apr-09 4:21
der.flori8-Apr-09 4:21 
GeneralRe: Problem with SQL-Server Date Query Pin
Searril8-Apr-09 4:29
Searril8-Apr-09 4:29 
GeneralRe: Problem with SQL-Server Date Query Pin
Dino Mulahusic8-Apr-09 4:30
professionalDino Mulahusic8-Apr-09 4:30 
GeneralRe: Problem with SQL-Server Date Query Pin
der.flori8-Apr-09 4:41
der.flori8-Apr-09 4:41 
GeneralRe: Problem with SQL-Server Date Query Pin
Dave Kreskowiak8-Apr-09 4:58
mveDave Kreskowiak8-Apr-09 4:58 
GeneralRe: Problem with SQL-Server Date Query Pin
PIEBALDconsult8-Apr-09 5:17
mvePIEBALDconsult8-Apr-09 5:17 
QuestionVerification class Pin
Wheels0128-Apr-09 3:33
Wheels0128-Apr-09 3:33 
AnswerRe: Verification class Pin
Jimmanuel8-Apr-09 3:41
Jimmanuel8-Apr-09 3:41 
GeneralRe: Verification class Pin
Wheels0128-Apr-09 3:44
Wheels0128-Apr-09 3:44 
GeneralRe: Verification class Pin
Jimmanuel8-Apr-09 3:52
Jimmanuel8-Apr-09 3:52 
Questionprinting a dataTable or data from datagridview Pin
laziale8-Apr-09 2:56
laziale8-Apr-09 2:56 
AnswerRe: printing a dataTable or data from datagridview Pin
musefan8-Apr-09 3:16
musefan8-Apr-09 3:16 
AnswerRe: printing a dataTable or data from datagridview Pin
MNantu8-Apr-09 4:25
MNantu8-Apr-09 4:25 
QuestionString contained within string Pin
kanchoette8-Apr-09 2:56
kanchoette8-Apr-09 2:56 
Answercontained Pin
Luc Pattyn8-Apr-09 3:15
sitebuilderLuc Pattyn8-Apr-09 3:15 
GeneralRe: contained Pin
musefan8-Apr-09 3:19
musefan8-Apr-09 3:19 
AnswerRe: String contained within string Pin
ricmil428-Apr-09 3:16
ricmil428-Apr-09 3:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.