Connection problem with sun.jdbc.odbc.JdbcOdbcDriver
843853Aug 24 2001 — edited Sep 4 2001Hello,
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.