Hi Experts,

I already have a database set up in SQL Server that I have used with vb.net in the past, and would like to use it with JSP. I just started JSP last week, and have no idea what I'm doing. I downloaded the sqljdbc driver from Microsoft's website so that's a start. Where do I go from here? Thanks

Well for starters you could checkout the following tutorial on JDBC:-
http://java.sun.com/docs/books/tutorial/jdbc/index.html


And I would not recommend on using the Microsoft driver, I found the jtds Driver for SQL Server to give me a lot better in performance and features.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.