Hi,

I am trying to connect to Access Database which is in the same pc as my web
server.
I am using JSDK2.0, and ServletExec ISAPI as the servlet engine.
It is giving me this problem.

SQLState: S1000
Message: [Microsoft][ODBC Microsoft Access Driver]General error Unable to
open registry key 'DriverId'.
Vendor: 63

Has anyone ever encounter this problem? Or have any idea whats wrong?
This is how I initilized the Access :
static final String url = "jdbc:odbc:Mydatabase";
static final String jdbcclass = "sun.jdbc.odbc.JdbcOdbcDriver";

Thanks for your help.
Rusma

___________________________________________________________________________
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