DBconnectInformation
Synopsis
A DBconnectInformation group describes a connection with a database.
Input Ports
Parameters
Output Ports
Description
A DBconnectInformation group describes a connection with a database. Its subobjects include all of the connection specifications except the user password as well as a connect status indicator.
This group typically obtains the values for its subobjects dynamically, from the connection descriptor for the current connection via a pointer in the module to that descriptor. It is incorporated into many Database Kit modules as a way to keep track of the connection in which the current SQL statement is executing.
SubObjects
A string representing the host name of the machine on which the server that manages the database resides.
A string representing the connect string that the database server used to connect the user to the specified database.
An integer value representing the status of the connection: 1 indicates connected and 0 indicates not connected .
Example
File
See also related modules