I am working on a project that provides JDBC access, and as part of it, there is an API call (jdbcCompliant) that should return true ONLY if it passes JDBC compliance tests. Currently, the only publicly available tests are for JDBC 2.0. I am looking for how to access the current version of the compliance tests. Thanks!
Erik Brandsberg