In an article in comp.lang.java.databases, someone from SAP stated that
SAPDB supports updatable ResultSets. Using

sapCon.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
ResultSet.CONCUR_UPDATABLE);

I created a Statement that should produce updatable ResultSets and executed
a query on it ("select * from table_name"). But when I call
moveToInsertRow() on the ResultSet, all I get is

"com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: No
columns updatable"

How can a column not be updatable? What's wrong?

Thanks for any hints,
J�rg.

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to