How do i connect to sql server using java?

hi ever bodyi need to connect to sql server using javawhat is the driver i will use?thanks
[118 byte] By [miroprocessora] at [2007-11-27 5:36:51]
# 1
Microsoft make a jdbc driver and it is readily available through MSDN. Here is a link http://msdn2.microsoft.com/en-us/data/aa937724.aspx. Whatever jdbc driver you are looking for, Google it, and if it exists you'll find it in 10 seconds.
RedUnderTheBeda at 2007-7-12 15:08:18 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Indeed. Here is an example how to search: http://www.google.com/search?q=sql+server+jdbc+driver+site:microsoft.com
BalusCa at 2007-7-12 15:08:18 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
What is the SQL Server version? http://www.ftponline.com/special/sqlserver/dvohra/
dvohra09a at 2007-7-12 15:08:18 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...