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!

SQLException on ResultSet::getString()

843854Jun 19 2002 — edited Mar 12 2003
Dear community,

I'm getting an SQLException on a call to ResultSet::getString(). The column name I pass to getString() is retrieved via the tables meta data thus it does exist. The Exception does not give hints on where the problem could reside:

java.sql.SQLException
at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Unknown Source)

the column value I'm trying to retrieve is a memo-field in an MS Access database. It has no content when the Exception occurs but IMHO that shouldn't cause an SQLException.

any ideas are greatly appreciated

Steffen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2003
Added on Jun 19 2002
2 comments
859 views