jdbc Driver for MS SQL Server

i want the JDBC Driver for MS SQL Server.is it available free?thanks in advance
[100 byte] By [anupam_patela] at [2007-10-2 8:00:07]
# 1
> i want the JDBC Driver for MS SQL Server.> is it available free?> thanks in advanceYes. Which one do you want?Here is the open source free one. http://jtds.sourceforge.net/
anupam_patela at 2007-7-16 21:51:47 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

Install the SQL Server 2000 Driver for JDBC Service Pack 3.

http://www.microsoft.com/downloads/details.aspx?FamilyID=07287b11-0502-461a-b138-2aa54bfdc03a&displaylang=en

The SQL Server JDBC driver JAR files msbase.jar, mssqlserver.jar and msutil.jar get installed in the C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib directory.

dvohra09a at 2007-7-16 21:51:47 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
The driver class for SQL Server 2000 iscom.microsoft.jdbc.sqlserver.SQLServerDriver
dvohra09a at 2007-7-16 21:51:47 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
Why would you recommend use of the Microsoft driver over the Jtds one. The M$ one is buggy as all get out and apparently improvements to it have come as a result of using code from the jtds source.
dvohra09a at 2007-7-16 21:51:47 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...