Hello again,
As I garbled in my previous mail, there are different ways to connect to the database depending on the web server you are using.
As for the tutorial I gave you the link for, your right, its Java, however the code is easily adapted for JSP.
When you use ASP you are embedding
VB between tags, the same with JSP using Java code, thus you can use java code directly in pages, once you understand the types of tag used.
There are a number of forums including JSP at:
http://forum.java.sun.com/index.jspa
I use Apache Tomcat, there are JDBC tutorials included with the download, but these are specific to Tomcat.
There is a JSP/JDBC tutorial (amongst other things) at
http://jakarta.apache.org/tomcat/tom...les-howto.html
Points 8 and 9 of the user guide on left of page.
These tutorials are for Tomcat, using JNDI, but some code is generic.
I think this Tomcat tutorial explains how to install database drivers which you will need to do before you can connect.