DB_TRANS_OPEN

DB_TRANS_OPEN

DB_TRANS_OPEN action


Function

The action establishes a new Connection to a database.

Declaration

DB_TRANS_OPEN dbObjIdent, handleIdent_Int, retCodeIdent_Int

 

Parameters

dbObjIdent

in

Reference to an object of Database type.

handleIdent_Int

out

Identifier - the unique number (handle) of a Connection.

retCodeIdent_Int

out

Return code identifier.

 

Return code

The value of the parameter transHandle_Int. See the table of error codes. It is possible to get extended error information.

Description

Identifier for a number (handle) of the Connection, is used for: 

 Return code describes the action success (__ERR_NO_ERROR).

 


Related pages:

Script actions