Hi All - I have the following code as part of a query string on a database:
Request.LoggedDate >= { ts ' 2008-07-30 00:00:00'} And Request.LoggedDate <= { ts ' 2008-07-30 23:59:59'}
However, the date/time value has to ben entered manually.
Is there a way that the value of this between the single quote marks can be set so that we don't have to enter the values manually??
Also - I have the following string as part of another query:
@BeginDate = 'Jul 30 2008 12:00:00:000AM', @EndDate = 'Jul 30 2008 11:59:59:000PM'
It would be nice if this one could be automated also but the date/time format is different.
Any suggestions would be most appreciated.
Thanks
I can provide full code if necessary..
Keyboard Not Detected.....
Press F1 to Continue.
:}
Request.LoggedDate >= { ts ' 2008-07-30 00:00:00'} And Request.LoggedDate <= { ts ' 2008-07-30 23:59:59'}
However, the date/time value has to ben entered manually.
Is there a way that the value of this between the single quote marks can be set so that we don't have to enter the values manually??
Also - I have the following string as part of another query:
@BeginDate = 'Jul 30 2008 12:00:00:000AM', @EndDate = 'Jul 30 2008 11:59:59:000PM'
It would be nice if this one could be automated also but the date/time format is different.
Any suggestions would be most appreciated.
Thanks
I can provide full code if necessary..
Keyboard Not Detected.....
Press F1 to Continue.
:}