Entering content frame

Background documentation -10505: Result set type is UPDATABLE but row set type is READ_ONLY Locate the document in the library structure

Explanation:

A RowSet could not be generated, because the corresponding SQL statement or the result set type does not allow updates (modifications).

User Action:

Modifiable result sets can only be generated using special SELECT statements.

The following options are available:

·        Alter the SQL statement

·        Set the result set type to CONCUR_UPDATABLEusing the SQLDBC_Statement::ConcurrencyType or SQLDBC_PreparedStatement::ConcurrencyType method.

 

Leaving content frame