Using VB6, I am opening a Pervasive table using ADO and a SQL query of the form "Select * from arlinh WHERE shipdate > '12/2/2006'". If I use any field other than a date field, I have no problems. However, with a date field, I get an error....
[LBA][Pervasive][ODBC Engine Interface]Error in Predicate:shipdate > '12/2/2006'
Why am I having problems with dates.