connection.odbcver

Description

The odbcver property of the connection object type, contains the version of ODBC that the ODBC driver manager conforms to. NOTE: If the connection is to a MySQL database then this property always constains an empty string (""). odbcver 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.odbcver

is equal to the version of ODBC that the ODBC driver manager conforms to.

Portability

Operating Systems: All
Standard Pascal: No