connection.dmver

Description

The dmver property of the connection object type, contains the version of the ODBC driver manager connected to. NOTE: If the connection is to a MySQL database then this property always constains an empty string (""). dbmver is a read-only property of type string.

Example

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

   conn.dmver

is equal to the version of the ODBC driver manager.

Portability

Operating Systems: All
Standard Pascal: No