Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection problem with sun.jdbc.odbc.JdbcOdbcDriver

843853Aug 24 2001 — edited Sep 4 2001
Hello,

I made a Java program which connect to a Ms Access db. It runs ok on my local workstation .
I take it to put on a server, layout the ms access driver with the same name and install the jre 1.3.1.
So, the program doesn't working on the server, it makes me an error "No suitable driver", except if i run it from the C:\Program Files\Javasoft\JRE\bin directory.
So i adapt the path, PATH=%PATH%;%jre%; with jre=C:\Program Files\Javasoft\JRE\bin.
I have always the same error.
I Thought that i don't have to install any classes for a odbc connection.
Can somebody help me ?

Thank's in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2001
Added on Aug 24 2001
7 comments
260 views