>also, any suggestions for some database drives that support connection
>pooling, or is this built into jdbc?
I'm in the middle of figuring all this out myself. What I've learned so far
is that up until JDBC 2.0, you need to handle connection pooling yourself.
Here's an example http://archive.coreservlets.com/Chapter18.html.
I'm still trying to figure out what all you need to do to use JDBC 2.0. But
it looks like Sun provides a standard API with just the necessary
interfaces. Then the individual drivers provide their own implementations.
For a list of drivers see
http://industry.java.sun.com/products/jdbc/drivers.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets