A DBconnectInformation group describes a connection with a database.
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.
A string representing the name of the database driver, which indicates the type of database.
A string representing the host name of the machine on which the server that manages the database resides.
A string representing the name of the server that manages the database.
A string representing the database to which the user is connected.
A string representing the user's ID on the host system.
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 .