DB_DISCONNECT
DB_DISCONNECT action
Function
The action will close the connection (handle) with the table.
Declaration
DB_DISCONNECT handleIdent_Int
Parameters
handleIdent_Int | in | Identifier (handle) of Int type of the connection with a table (DB_CONNECT). |
Description
The value of handleIdent_Int must be gained by the action DB_CONNECT.
Related pages: