connection.dbmsver

Description

The dbmsver property of the connection object type, contains the version of the database engine connected to. dbmsver 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.dbmsver

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

Portability

Operating Systems: All
Standard Pascal: No