Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Oracle JDBC question: ResultSet.getString removing characters on return?

johnnysubwaySep 24 2014 — edited Oct 15 2014

I've never encountered this specific issue before, but it seems to happen when I call java.sql.ResultSet.getString(String columnName) on a column that represents a CITY name in an address table, if the string contains a "ss", as in the city name "Casselbury", the retrieved string looks like this: "Ca elbury". I don't know if this is a bug in either the Oracle JDBC driver or the Java SQL ResultSet, or if there's some other issue, but I'm at a loss to explain it! Anyone have any suggestions on how I can figure this out and/or correct the issue?

Thanks!

- Dave

This post has been answered by johnnysubway on Oct 2 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 30 2014
Added on Sep 24 2014
2 comments
405 views