March 5, 2010
Posted by admin
update/delete operation DB2 table
When selecting a recordset for update or delete from a DB2 table using the DB2 adapter, you may run into the following error when attempting to execute the update/delete statement: ” <DB2 table> ?<DB2 schema> ?3 in *N not valid for operation.” This is because the table is not journaled and that DB2 adapter expects [...]