Retrieves the version number of this JDBC driver.

public java.lang.String getDriverVersion()

Return Value

A string that contains the JDBC driver version.

Exceptions

SQLServerException

Remarks

This getDriverVersion method is specified by the getDriverVersion method in the java.sql.DatabaseMetaData interface.

See Also