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
# 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.