Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

DB_TRANS_CLOSE action


Function
The action closes the Connection to a database.
Declaration


Blok kódu
languageesl
themeConfluence
 DB_TRANS_CLOSE handleIdent_Int


Parameters


handleIdent_IntoutIdentifier for an unique number (handle) of the Connection to a database.


Description
Identifier

The identifier for

a

the Connection number

(handle) of the Connection, is proceed

or handle comes from the execution of the

action

DB_TRANS_OPEN action.

The action will terminate a connection. All changes, which are not confirmed by the action DB_TRANS_COMMIT will be lost.

All connections to tables, which originated (DB_CONNECT, PG_CONNECT, SQL_CONNECT) within the frame of an terminating Connection to the database and are not closed yet, will be closed automatically.


Info
titleRelated pages:

Script actions