by Clive_S <cliveswan@[EMAIL PROTECTED]
>
Nov 16, 2007 at 04:44 AM
I simplified the code to try and find the error:
Class.forName("net.sourceforge.jtds.jdbc.Driver").newInstance();
con = DriverManager.getConnection(connectionUrl);
It does not seem to recognise the jdts driver class???
java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
Thanks
Clive