ResultSet.CONCUR_UPDATABLE
Posted by: Jonathan Ekwempu
Date: April 08, 2005 07:41AM

Does MySql Connector/J support ResultSet.CONCUR_UPDATABLE?

There was no error in creating:

stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);

When I tried to perform an update in a JdbcRowSet, I got the error "Result set is not updatable".

Is it that Connector/J does not fully support updatable ResultSet and/or rowSet?

I am using MySQL 4.1.11 with innoDB.

Options: ReplyQuote


Subject
Written By
Posted
ResultSet.CONCUR_UPDATABLE
April 08, 2005 07:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.