JDBC Support
Table A-1 shows compatibility between the JDBC application versions, Java Virtual Machines, and the SQL Server 2000 JDBC driver.
Table A-1. JDBC Compatibility
JDBC Version Used* |
JRE/JDK |
Compatible? |
Comments |
1.22 |
1.0.2 |
No |
The SQL Server 2000 JDBC driver does not support Java Virtual Machine 1.0.2. |
1.22 |
1.1.x |
Yes |
|
1.22 |
1.2 |
Yes |
|
2.0 |
1.0.2 |
No |
The SQL Server 2000 JDBC driver does not support Java Virtual Machine 1.0.2. |
2.0 |
1.1.x |
No |
A JDBC 2.0 application requires the JDBC 2.0 classes. |
2.0 |
1.2 |
Yes |
|
2.0 |
1.3 |
Yes
|
|
*Refers to whether the application is using JDBC 1.22 or JDBC 2.0 features. |