Posted by AdamG on 06/09/06 15:22
(a repost from microsoft.public.sqlserver.jdbcdriver in case these groups
have more traffic and perhaps know. I apologize to people seeing it in both
places)
I am running SQL Server 2005 and trying to connect to a DB with collation
set to SQL_EBCDIC037_CP1_CS_AS. On connection
(DriverManager.getConnection(url, userName, password); ) I am getting
"Codepage 0 is not supported by the Java environment." I am on JVM build
1.4.2_10-b03.
1) Has anyone else encountered this?
2) Will a JVM update help? 1.5? a later 1.4?
update: I tried a later 1.4 and it didn't help I have not yet tried 1.5.
3) The end thing I am attempting to do is connect from an iSeries and have
the data sorted as if it was EBCDIC. Am I taking the wrong approach?
Thanks
Adam
[Back to original message]
|