jsplist wrote:
>
> Hello everyone, I'm running tomcat 3.3 on Windows 2000 server and
> jdsdk1.4.1 and Im trying get the the jdbc driver to see mysql. Any
> Ideas on some good websites that explain this pretty well ?
Questions like this are usually best handling by going straight to the java tutorial. The java tutorial handles the basics as well
as any other website. There is a section on JDBC.
http://java.sun.com/docs/books/tutorial/index.html
http://java.sun.com/docs/books/tutorial/jdbc/index.html
Other resources can be found by going to a search engine and searching for "jdbc tutorial"
http://www.google.com/search?q=jdbc+tutorial
Although the results are not filtered for usefulnesss, you will get a lot of places to look at.
K Mukhar