Y
Yeltum
Hi,
I using the following access sql:
s-sql="SELECT * FROM Events WHERE (SortDate=Date());"
to return events happening today on a ASP - which works
fine apart from one small problem - the server where my
database is held is in a different time zone (- 8 hours).
How can I adjust this statement to make it my time zone
(GMT).
I have tried the following, which does not work:
s-sql="SELECT * FROM Events WHERE (SortDate=Date()+0.33);"
Any help much appeciated.
I using the following access sql:
s-sql="SELECT * FROM Events WHERE (SortDate=Date());"
to return events happening today on a ASP - which works
fine apart from one small problem - the server where my
database is held is in a different time zone (- 8 hours).
How can I adjust this statement to make it my time zone
(GMT).
I have tried the following, which does not work:
s-sql="SELECT * FROM Events WHERE (SortDate=Date()+0.33);"
Any help much appeciated.