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.
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.
Operating Systems: All
Standard Pascal: No