Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Mohsen Shahindust1-Aug-11 5:46
Mohsen Shahindust1-Aug-11 5:46 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
Pete O'Hanlon1-Aug-11 5:53
mvePete O'Hanlon1-Aug-11 5:53 
GeneralRe: processing ozf2 and ozf3 file with c#? Pin
David19871-Aug-11 5:53
David19871-Aug-11 5:53 
Questionhow run access query with params Pin
goldsoft1-Aug-11 4:05
goldsoft1-Aug-11 4:05 
AnswerRe: how run access query with params Pin
Not Active1-Aug-11 4:11
mentorNot Active1-Aug-11 4:11 
Questionfind data between 2 dates Pin
goldsoft1-Aug-11 2:25
goldsoft1-Aug-11 2:25 
AnswerRe: find data between 2 dates Pin
SomeGuyThatIsMe1-Aug-11 2:45
SomeGuyThatIsMe1-Aug-11 2:45 
AnswerRe: find data between 2 dates Pin
PIEBALDconsult1-Aug-11 2:52
mvePIEBALDconsult1-Aug-11 2:52 
goldsoft wrote:
filed that hold date in short format in this format: `01/08/2011`


Don't store dates as text/char; use a proper date/datetime datatype.


goldsoft wrote:
and hold `01/08/2011`


No, it holds a proper DateTime value; it simply displays the value in that format (or any other).



goldsoft wrote:
>= #01/08/2011# and Tdate <= #01/08/2011#


Use a parameterized query.
Those two values are the same, so you will only get rows with exactly that value. You could use the AddDays method of the DateTime type to calculate the second value.
AnswerRe: find data between 2 dates Pin
OriginalGriff1-Aug-11 8:34
mveOriginalGriff1-Aug-11 8:34 
AnswerRe: find data between 2 dates Pin
#realJSOP1-Aug-11 9:54
professional#realJSOP1-Aug-11 9:54 
Questionselect query proble Pin
love yadav30-Jul-11 20:13
love yadav30-Jul-11 20:13 
AnswerRe: select query proble Pin
PIEBALDconsult30-Jul-11 20:56
mvePIEBALDconsult30-Jul-11 20:56 
AnswerRe: select query proble Pin
GuyThiebaut31-Jul-11 3:12
professionalGuyThiebaut31-Jul-11 3:12 
GeneralRe: select query proble Pin
Not Active31-Jul-11 5:25
mentorNot Active31-Jul-11 5:25 
GeneralRe: select query proble Pin
jschell1-Aug-11 8:20
jschell1-Aug-11 8:20 
GeneralRe: select query proble Pin
GuyThiebaut1-Aug-11 8:25
professionalGuyThiebaut1-Aug-11 8:25 
GeneralRe: select query proble Pin
jschell2-Aug-11 9:19
jschell2-Aug-11 9:19 
GeneralRe: select query proble Pin
GuyThiebaut2-Aug-11 9:23
professionalGuyThiebaut2-Aug-11 9:23 
GeneralRe: select query proble Pin
jschell3-Aug-11 9:49
jschell3-Aug-11 9:49 
AnswerRe: select query proble [modified] Pin
Shameel31-Jul-11 5:16
professionalShameel31-Jul-11 5:16 
AnswerRe: select query proble Pin
Richard Andrew x6431-Jul-11 6:33
professionalRichard Andrew x6431-Jul-11 6:33 
AnswerRe: select query proble Pin
dan!sh 31-Jul-11 6:59
professional dan!sh 31-Jul-11 6:59 
Questiondatabase releted question Pin
love yadav30-Jul-11 19:45
love yadav30-Jul-11 19:45 
AnswerRe: database releted question Pin
PIEBALDconsult30-Jul-11 20:12
mvePIEBALDconsult30-Jul-11 20:12 
AnswerRe: database releted question Pin
Dave Kreskowiak31-Jul-11 4:26
mveDave Kreskowiak31-Jul-11 4:26 

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.