Re: JDBC ODBC bridge

1999-09-17 Thread Carlos Alberto Román Zamitiz
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

Re: JDBC ODBC bridge

1999-09-16 Thread Nathan Meyers
"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.

Re: JDBC ODBC bridge

1999-09-16 Thread Bernardo Paz Betancourt
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

Re: JDBC - ODBC Bridge on Linux

1999-08-31 Thread Peter Pilgrim
[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.

RE: JDBC - ODBC Bridge on Linux

1999-08-28 Thread John N. Alegre
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

Re: JDBC - ODBC Bridge on Linux

1999-08-27 Thread Brad Cox
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

Re: JDBC-ODBC bridge

1998-11-25 Thread Martin Little
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

Re: JDBC-ODBC Bridge

1998-08-28 Thread Chris Kakris
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