Hi Vinay,
        The default Access Driver that comes with Ms Office cannot be used
by
Java programs directly.So, we use JDBCODBC driver that acts as bridge
between
this Access driver and the java program.
So, u can not probably make do without JDBC ODBC driver.

Regards,
Raga

-----Original Message-----
From: Vinay Talwar [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 05, 2001 10:18 AM
To: [EMAIL PROTECTED]
Subject: Servlet JDBC with Access database


Hai All,
I am having a servlet that is talking to a database in MS Access. Normally
we use Jdbc Odbc Driver to make a connection and we use
sun.jdbc.odbc.JdbcOdbcDriver. But now I want to use Access Driver which
comes as default in all the machines which have MS Office,  so that I can
shift my application in any machine without thinking wether it has
JdbcOdbcDriver, any one pls let me know what should I use instead of
sun.jdbc.odbc.JdbcOdbcDriver.

Thanks in advance
Vinay Talwar
[EMAIL PROTECTED]
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to