Aan
Aan

Reputation: 12890

Java with MS SQL?

I am new in Java world. I worked before with .NET environment with MS SQL database, I would like to ask if I can still use MS SQL database with Java? and what tools do I need to proceed with that?

Upvotes: 2

Views: 104

Answers (2)

Lostsoul
Lostsoul

Reputation: 25999

Here's the link to download: http://msdn.microsoft.com/en-us/sqlserver/aa937724

Upvotes: 1

Code Magician
Code Magician

Reputation: 23972

These days, you can use just about any database you want. Microsoft provides JDBC drivers for your use. You can get everything you need here: http://msdn.microsoft.com/en-us/sqlserver/aa937724

This link will allow you to download the JDBC driers an has usage info.

Upvotes: 4

Related Questions