News

SQL Server 2005's Type 4 JDBC driver provides database connectivity from a Java application. Though the driver class and connection URL are a bit different in this version, connectivity is a snap.
Microsoft has released a JDBC (Java Database Connectivity) driver for SQL Server 2005, providing a way for developers to link their Java applications to Microsoft’s latest database software.
Untangle SQL Server connection strings Today’s README file explains how to create connection strings to SQL Server databases using Visual Studio’s built-in tools.
In this article, Nitin Nanda and Sunil Kumar explain JDBC's driver architecture, outline type 3 JDBC drivers' three-tier model, and show how to create your own type 3 JDBC driver.