HI:
Does this happen both locally and in another path???
You must insure that you are loading the JDBC driver properly:
For Oracle I use:
DriverManager.registerDriver( new oracle.jdbc.driver.OracleDriver());
Something similar to this must be used for your JDBC driver.
Maureen Lecuona
Ferencz
Dear collegues,
In addition to my previous problem:
On the netscape JAVA consol the next message appeared:
java.sql.SQLException: No suitable driver
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:110)
at java.sql.DriverManager.getConnec