Reports the handle for your DBMS.
Transaction objects
transactionobject.DBHandle ( )
Argument |
Description |
---|---|
transactionobject |
The current transaction object |
UnsignedLong. Returns the handle for your DBMS. Transactionobject must exist, and the database must be connected. If transactionobject is null, DBHandle returns null. If transactionobject does not exist, an execution error occurs. If there is not enough memory to connect to your DBMS, DBHandle returns a negative number.
DBHandle returns a valid handle only if you are connected to the database. It is not able to determine if the database connection does not exist or has been lost.
For examples, search for DBHandle in online Help.