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 f
"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!!
Where did you get your MySQL jdbc driver? I use one from
http://www.worldserver.
Hi, I´m using Oracle and Java with JDBC ODBC so if you explicit a little
bit your
problme I may helpyou.
Bernardo
At 10:21 a.m. 16/09/99 +0100, you 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
[EMAIL PROTECTED] wrote:
>
> Why do you need a JDBC-ODBC bridge? Doesn't MySQL hava a good JDBC driver? I
> thought theirs was one of the best available on Linux.
>
> Just wondering.
> john
>
Try surfing `http://java.sun.com/products/jdbc/' to a list
of JDBC drivers including one for MySQL.
Why do you need a JDBC-ODBC bridge? Doesn't MySQL hava a good JDBC driver? I
thought theirs was one of the best available on Linux.
Just wondering.
john
On 27-Aug-99 Patrick & Freda wrote:
> Hi everyone,
>
> I have installed MySQL, MyODBC and unixODBC on my Linux Redhat platform.
>
> Now i a
I'm using http://www.worldserver.com/~mmatthew/mysql/
Works great..
At 12:42 AM +0800 08/28/1999, Patrick & Freda wrote:
>Hi everyone,
>
>I have installed MySQL, MyODBC and unixODBC on my Linux Redhat platform.
>
>Now i am looking for a JDK that contains the JDBC - ODBC classes and shared objec
I'm intrested in what you believe you can do with an ODBC bridge driver
that you can't do with a pure java driver?
../Martin
"Jens E. Wunderwald" wrote:
> Hi,
>
> I would like to use the JDBC-ODBC bridge under Linux, but could not find
> it included in the Blackdown JDK port. The bridge from Su
On Fri, 28 Aug 1998 [EMAIL PROTECTED] wrote:
> Does anyone know of a JDBC-ODBC Bridge for Linux? I'm running Red Hat
> 4.something Linux, kernel version 2.0.27.
Well I'm currently using postgresql and there's a driver here...
http://rufus.w3.org/linux/RPM/postgresql-jdbc.html
I previo