We are using a licensed version v3.0.004 of the Paradox driver we bought a few weeks ago to transfer some data from our DB2 database to some Paradox tables. Everything seems to work fine, except timestamps. They are always 12 hours less than the value in the DB2 tables.
We transfer the timestamp with the following line of code:
stmt.setTimestamp(col, rs.getTimestamp(col));
So as you can see we have no opportunity to change the timestamp, it goes directly from the DB2 recordset to the Paradox prepared statement.
Any help would be greatly appreciated.
Thanks,
Rick Davis
|
Supported. Please download the latest package.
|
Problem fixed. Works great!
Thanks,
Rick Davis
|