Trying to create an SQL statement that queries the simple date format (mm/dd/yyyy) in Access 2002 (using ODBC driver)...
Have tried everything!!!
Best guess has been:
SELECT * FROM TABLE WHERE DateField = #2005-12-31#
JDBC just doesn't recognize the format and ignores the statement! There is virtually no reference to this on the web.
Have tried everything!!!
Best guess has been:
SELECT * FROM TABLE WHERE DateField = #2005-12-31#
JDBC just doesn't recognize the format and ignores the statement! There is virtually no reference to this on the web.