2

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?

2 Answers 2

4

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.