Porovnávané verzie
porovnané s
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 | ||||
---|---|---|---|---|
| ||||
DB_TRANS_CLOSE handleIdent_Int |
Parameters
Description
Identifier
The identifier for
athe Connection number
(handle) of the Connection, is proceedor handle comes from the execution of the
actionDB_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.
Example
Related topics
DB_TRANS_COMMIT
DB_TRANS_OPEN
DB_TRANS_ROLLBACK
DB_CONNECT
DB_DELETE
DB_DISCONNECT
DB_INSERT
DB_INSUPD
DB_READ
DB_READ_BLOB
DB_UPDATE
DB_UPDATE_BLOB
PG_CONNECT
PG_DISCONNECT
PG_READ
PG_INSERT
PG_DELETE
PG_UPDATE
SQL_CONNECT
SQL_DISCONNECT
SQL_EXEC_DIRECT
SQL_EXEC_PROC
SQL_PREPARE
SQL_BINDIN
SQL_FETCH
SQL_FREE
All database related actions.
DB_TRANS_OPEN
DB_TRANS_ROLLBACK
DB_CONNECT
DB_DELETE
DB_DISCONNECT
DB_INSERT
DB_INSUPD
DB_READ
DB_READ_BLOB
DB_UPDATE
DB_UPDATE_BLOB
PG_CONNECT
PG_DISCONNECT
PG_READ
PG_INSERT
PG_DELETE
PG_UPDATE
SQL_CONNECT
SQL_DISCONNECT
SQL_EXEC_DIRECT
SQL_EXEC_PROC
SQL_PREPARE
SQL_BINDIN
SQL_FETCH
SQL_FREE
All database related actions.