Sam
Sam

Reputation: 3177

JDBC connection to Sql Server 2008

I have been writing Java applets using Eclipse and now I'd like to try some advanced elements like JDBC Connection to Microsoft SQL Server Management Studio 2008. What driver should I install and where can I find it? Thank you!

Upvotes: 0

Views: 924

Answers (3)

Foredoomed
Foredoomed

Reputation: 2239

You can download the driver from here

Upvotes: 2

user1516873
user1516873

Reputation: 5193

You can use Microsoft JDBC Driver for SQL Server and jTDS JDBC Driver

Upvotes: 2

Ravindra Bagale
Ravindra Bagale

Reputation: 17675

u have to install Microsoft SQL Server2008 . u can get it from microsoft's websites
visit this link- visit here

Upvotes: 2

Related Questions