> How do I make a JDBC connection using JSP and MS Access database. What is
After you create your MSAccess database, define it to your ODBC environment.
Access it using the url "jdbc:odbc:dsnname" where "dsnname" equals to the
dataset's name you defined in your ODBC environment.
> the difference between JDBC and JDBC-ODBC connections.
>From the coding point of view - nothing, you program pure JDBC.
Practically - you might encounter some problems, since MSAccess has a couple
of problems
implementing some JDBC/ODBC features (for example, you cannot use CMP EJBs
with MSAccess databases).
- Isaac
===========================================================================
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