Hi
I downloaded this new version, but got another problem:
java.lang.RuntimeException: JdbcDataSource.importDefinition: java.sql.SQLException: Syntax error: Stopped parse at #1/1/95# And #12/31/95#)) GROUP BY Categories.CategoryName,Products.ProductName;
I guess this time it is date/time conversion problem. Could you please give me some help on this or another version of driver?
Thanks,
Xiaoli Bie & Nick Bolton
|
It should be MS Access' #1/1/95# time format hasn't been supported by HXTT Access. You can try to modify your view sql in MS Access, or show us your view sql in MS Access.
|
The query condition is like this
Between #01/01/1995# And #31/12/1995#
which is the datetime format for MS Access.
|