connection.dbmsname

Description

The dbmsname property of the connection object type, contains the name of the database engine connected to. NOTE: If the connection is to a MySQL database then this property always constains MySQL. dbmsname is a read-only property of type string.

Example

For example, if conn is a connection object reference with an open connection to a database engine then the following:

   conn.dbmsname

is equal to the named of the database engine referenced by conn.

Portability

Operating Systems: All
Standard Pascal: No