Java: Connecting to SQL Server 2000 using JDBC

Overview
Cross-platform Java Database Connectivity JDBC implementations are commonly used to connect Java programs to any of the major databases available on the market today. There are several possibilities [...]