Category:MSSQL
From Java Example Source Code
The following Java example source code show how to operate Microsoft SQLServer Database.
In order to run those examples, the following Java libraries are required:
- MSSQL JDBC driver. There are several vendors provide JDBC driver for MSSQL, you should chose one of them:
- jTDS - SQL Server and Sybase JDBC driver. It is an open source JDBC 3.0 Type 4 driver for Microsoft SQL Server (6.5, 7.0, 2000 and 2005) and Sybase. jTDS is the fastest JDBC driver for MS SQL Server and is a complete implementation of the JDBC spec. You can download it from jTDS - SQL Server and Sybase JDBC driver
- MSSQL JDBC driver from Microsoft.
- JDBC driver for MSSQL 2000. You can download it from SQL Server 2000 Driver for JDBC Service Pack 3
- JDBC driver for MSSQL 2005. You can download it from Microsoft SQL Server 2005 JDBC Driver 1.2
For MySQL examples, see MySQL examples in Java.
For Oracle examples, see Oracle examples in Java.
Pages in category "MSSQL"
The following 3 pages are in this category, out of 3 total.
