SQLException on ResultSet::getString()
843854Jun 19 2002 — edited Mar 12 2003Dear 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