G
Guido Franzke
Hi NG,
I cannot execute the following SQL-Statement on a Access-MDB:
SELECT something,thedatetime FROM mytable WHERE thedatetime>'15.06.2005
03:05:00';
In my table is a column thedatetime with datatype Date/Time (german format).
I tried enclousing my datetime with " or ` or ´ instead of ' , but it
doesn't work either.
Can anyone help how to define the WHERE-clause?
Many thanx in advance,
Guido
I cannot execute the following SQL-Statement on a Access-MDB:
SELECT something,thedatetime FROM mytable WHERE thedatetime>'15.06.2005
03:05:00';
In my table is a column thedatetime with datatype Date/Time (german format).
I tried enclousing my datetime with " or ` or ´ instead of ' , but it
doesn't work either.
Can anyone help how to define the WHERE-clause?
Many thanx in advance,
Guido