Verifies that the Microsoft SQL Server 2005 JDBC Driver is compliant with the JDBC specification.

public boolean jdbcCompliant()

Return Value

True if the JDBC driver meets the minimum requirements. Otherwise, false.

Remarks

This jdbcCompliant method is specified by the jdbcCompliant method in the java.sql.Driver interface.

See Also