I am using AcuODBC to connect to flat files in a accounting program called Sirius.
The query I need uses dates but the only date information available is a timestamp.
How do I search on a timestamp.
This is my current Where clause.
AND (PAY_DATE >= '2004-06-30'
AND PAY_DATE <= '2004-06-1')
But when I run it I get
Type mismatch in WHERE
Can anybody help me out?
The query I need uses dates but the only date information available is a timestamp.
How do I search on a timestamp.
This is my current Where clause.
AND (PAY_DATE >= '2004-06-30'
AND PAY_DATE <= '2004-06-1')
But when I run it I get
Type mismatch in WHERE
Can anybody help me out?