Hi;
If I call the following to get a Statement, ResultSet.getString() works fine with unicode strings:
Statement stmt = conn.createStatement();
But If I use the following:
Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE);
Then all chars > 127 are returned as an ? from ResultSet.getString().
I think this is a bug.
? - thanks - dave
ps - I believe it's the latest Sql Server 200 drivers - they are all dated 4/21/04|||David --It looks like this was resolved in the microsoft.public.sqlserver.jdbcdriver forum. Let us know if you still have issues.
-shelby
No comments:
Post a Comment