| Author |
JDBC configuration to SQL Server
|
Bhuvan Prasad
Greenhorn
Joined: Jan 08, 2005
Posts: 3
|
|
Hi Friends, I have problem while configuring JDBC driver (com.microsoft.jdbc.sqlserver.SQLServerDriver)to SQL Server. I hope that i have to give these following jar files to classpath. Where do i get these jar files. I am so thankful to u if provide the exact location of these jars. Iam looking for these following jar files. msbase.jar msutil.jar mssqlserver.jar
|
Thanks&Regards,<br />Bhuvan
|
 |
lucky bhatia
Greenhorn
Joined: Jul 02, 2004
Posts: 4
|
|
If you are working on java web application the put these jars in /web-inf/lib folder of your web application. For simple classes which are not communicaing with any web application,put these jars in /lib folder of your javaroot
|
 |
 |
|
|
subject: JDBC configuration to SQL Server
|
|
|