Home > Archive > SQL Server JDBC > September 2005 > Bug I think - can't get unicode strings









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Bug I think - can't get unicode strings
David Thielen

2005-09-15, 8:23 pm

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(Resu
ltSet. TYPE_SCROLL_INSENSIT
IVE,
ResultSet.CONCUR_UPDATABLE);

Then all chars > 127 are returned as an ?

I think this is a (BIG BIG BIG) bug.

??? - thanks - dave

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com