[EMAIL PROTECTED] wrote:
>
> Thanks for the help so far regarding the JDBC-ODBC bridge.
>
> I have down loaded the mm.mysql driver for JDBC, which after reading the
> docs, this is a class IV driver. Does this mean that it DOES NOT require the
> ODBC bridge. Cos if does why is JRE still asking for it????
>
> Thanks
>
You must be loading it with `Class.forName("sun.jdbc.odbc.JdbcOdbc" )' .
Or the software is default to this class name in your JDK config.
I haven't got JDK 1.2 but maybe there is a new properties file for
specifiying default JDBC drivers?
--
Adios
Peter
-----------------------------------------------------------------
import std.Disclaimer; // More Java for your Lava, Mate.
"Give the man, what he wants. £££" [on Roy Keane, Quality Player]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]