DB_TRANS_CLOSE action


Function
The action closes the Connection to a database.
Declaration
 DB_TRANS_CLOSE handleIdent_Int
Parameters
handleIdent_IntoutIdentifier for an unique number (handle) of the Connection to a database.
Description

The identifier for the Connection number or handle comes from the execution of the 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.


Related pages:

Napíšte komentár