And,
why do you use JDBC ODBC Bridge? You can use pure JDBC only.
Or can you explain your problem in detail?

Mmm, I think you need the next line in your program:
Class.forName("sun.jdbc.odbc.JdbcOdbc");
before you make the Connection object.

"Nicholas.Knight" wrote:

> I have obtained a driver for MySQL for database support, but it keeps
> returning an error of not being able to find JDBC ODBC bridge, where is it,
> what is it and how do I install it!!
>
> Many thanks
>
> Nick Knight
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to