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.