|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
JDBC with connection string without 'unicode=true' throws exception in getObject for timestamp field
From: Alexey Gaidukov (gaid
dc.baikal.ru)
Date: Mon Jul 04 2005 - 22:13:26 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I use MaxDB 7.6.00.10.
I have two variant of JDBC connection string.
jdbc:sapdb://10.1.1.53/DCDB?user=kim&password=kim&unicode=true
and
jdbc:sapdb://10.1.1.53/DCDB?user=kim&password=kim
In the second variant when I call ResultSet.getObject() method for
TIMESTAMP field I get an interrupted exception. I didn't find problems
with fields with other datatypes (date,varchar, fixed,integer,smallint).
In other aspects behaviour of driver was identical.
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]