Top | Previous | Next |
system.db.closeTransaction |
Description Closes the transaction with the given ID. Note that you must commit or rollback the transaction before you close it. Closing the transaction will return its database connection to the pool. The transaction ID will no longer be valid. Syntax system.db.closeTransaction(tx) Parameters String tx - The transaction ID. Returns nothing Scope All |