#define DB_ETXSTATE   (_dbstatus_t)-191

The operation cannot be performed in the current transaction state.

Schema modifications such as creating a table can only be performed when no transaction is active. Data modifications such as inserting a row must be performed while a transaction is active. Otherwise a DB_ETXSTATE error will occur.


Copyright © 2005-2009 ITTIA®. All rights reserved.