Unless something changed that I dont know.
The JDBC-ODBC driver is already included in the J2SE environment (comes with
the SQL API). Just set up the Java environment as usual and then use
sun.jdbc.odbc.JdbcOdbcDriver
then use jdbc:odbc:<data-source-name>[;<attribute-name>=<attribute-value>]*
to access the database.

Heres a helpful doc:
http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html
-Tim

-----Original Message-----
From: Snowden Murray [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 06, 2002 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: jdbc driver


try:
http://www.infozoom.de/ie/javaado.html

----- Original Message -----
From: "Carlos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 06, 2002 9:40 AM
Subject: jdbc driver


> anybody knows a JDBC driver  for using with MS ACCESS?
> thanks
>
>
===========================================================================
> 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://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to