How do you configure JDBC for Microsoft SQL Server 2000?
JDBC drivers for Microsoft SQL Server 2000 can be downloaded here.
http://www.microsoft.com/downloads/details.aspx?FamilyID=4f8f2f01-1ed7-4c4d-8f7b-3d47969e66ae%26DisplayLang=enYou need to put the following files in the classpath:
- msbase.jar
- mssqlserver.jar
- msutil.jar
If you are having problems with your JDBC driver, you may also find it interesting to read the following.
http://www.datadirect.com/products/jdbc/comparing_with_microsoft/index.ssp

