nstcl  >  Documentation  >  nstcl-database  >  db_continue_transaction

Tcl Powered!

db_continue_transaction

NAME

db_continue_transaction — Continue a transaction that was to be aborted

SYNOPSIS

package require nstcl-database ?1.0?
package require nstcl ?1.0?

::nstcl::db_continue_transaction

DESCRIPTION

This command can be called in an on_error code block of db_transaction to signal that the transaction should be continued, and not aborted.

It is en error to call this command outside of a transaction.

KEYWORDS

database, nstcl