TimesTen Error Messages

TT-03139

Cannot update a truncated table in an uncommitted transaction


Cause

An in-progress transaction is attempting to update rows from a table that has already been truncated.


Action

Commit the truncate transaction, and then execute the UPDATE operation.


Additional Information

TimesTen cannot execute the SQL statement.