Note: Download Microsoft SQL Server JDBC Driver 2.0 Community Technology Preview by Microsoft
In its continued commitment to interoperability, Microsoft has released a new Java Database Connectivity (JDBC) driver. The SQL Server JDBC Driver 2.0 download is available to all SQL Server users at no additional charge, and provides access to SQL Server 2000, SQL Server 2005, and SQL Server 2008 from any Java application, application server, or Java-enabled applet. This is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in Java Platform, Enterprise Edition 5.
This Community Technology Preview (CTP) release of the JDBC Driver is JDBC 4.0 compliant and runs on the Java Development Kit (JDK) version 5.0 or later. It has been tested against all major application servers including BEA WebLogic, IBM WebSphere, and JBoss.
Download Microsoft SQL Server JDBC Driver 2.0 Community Technology Preview
Abstract courtesy : Microsoft
3 Comments. Leave new
hello pianl dave!
i have this driver and i connected java and my ms sql server2008 but when i rty to querying the db from the java code for ex:
ResultSet rSet = state.executeQuery(“select * from dbo.categories”);
it wont display the fields or any data,
don’t know where is the problem,
Did you get any error?
no i didn’t get, i use netbeans 6.9.1
i don’t have any problem when i use embed database,
is it possible that the db have problem?