A RowSet could not be generated, because the corresponding SQL statement or the result set type does not allow updates (modifications).
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.