I'm in need of an online reference to MS SQL Server supported functions I can use in my Cold Fusion queries to an Access 97 db.
I can't get a simple select like the following to be accepted!
SELECT date1, event, locname, city, state
FROM rof_events
WHERE date1 > 2001-04-01
Is lists all entries in the table.
Help! Thanks!
I can't get a simple select like the following to be accepted!
SELECT date1, event, locname, city, state
FROM rof_events
WHERE date1 > 2001-04-01
Is lists all entries in the table.
Help! Thanks!