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

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 drive

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,

JDBC ODBC bridge

1999-09-16 Thread Nicholas.Knight
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

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

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 pl

Re: JDBC - ODBC Bridge on Linux

1999-08-27 Thread Brad Cox
ODBC classes and shared object >files. > >I have found JDK 1.1.7 v3 and JDK 1.1.8 (for arm) do NOT have JDBC - ODBC classes >etc... > >my theory is, when <http://www.blackdown.org>www.blackdown.org ported JDK to Linux >they could not port the JDBC part as well coz of sun

JDBC - ODBC Bridge on Linux

1999-08-27 Thread Patrick & Freda
www.blackdown.org ported JDK to Linux they could not port the JDBC part as well coz of sun-Java and InterSoft (people who wrote JDBC - ODBC Bridge) had some legal agreement or something.. Any ideals, or anyone know of any JDK for Linux with the JDBC - ODBC included ? or does it even exist on a Linux

ODBC-Bridge

1999-03-26 Thread Ron Parker
Where is the "sun.jdbc.odbc.JdbcOdbcDriver" for the Linux port of 1.1.7 v1a? Thanks very much. -- Ron Parker Software Creations http://www.scbbs.com TradeWinds Publishing http://www.intl-trade.com TradePoint Los Angeles http://www.tradepointla.org -

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 Bla

JDBC-ODBC bridge

1998-11-25 Thread Jens E. Wunderwald
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 Sun only runs under Solaris and Windows. Note that using a pure Java JDBC access to a database does not meet my demands. Ciao Jens

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/po

JDBC-ODBC Bridge

1998-08-28 Thread BobCurtiss
Does anyone know of a JDBC-ODBC Bridge for Linux? I'm running Red Hat 4.something Linux, kernel version 2.0.27. Thanks, bc

RE: Is there a JDBC-ODBC bridge for Linux?

1998-06-27 Thread Liam Magee
> * Or, if you want a commercial DB with a JDBC driver, check > out Solid DB. They also still seem to have some special > deal for Linux users (but I don't recall if that includes > the JDBC driver or just the DB itself). I can confirm this is an excellent database - we'v

Re: Is there a JDBC-ODBC bridge for Linux?

1998-06-27 Thread John Mitchell
so supply. But there is no > native Java support. So if we had a JDBC-ODBC bridge on Linux, we could > connect to the Empress ODBC server using JDBC. > Empress even gives this as their Java solution, so I didn't think to > question it until I realized that Blackdown's 1.1.6 jdk

Re: Is there a JDBC-ODBC bridge for Linux?

1998-06-26 Thread Rick Stone
We have Empress RDBMS installed, which is lovely and runs on Linux as well as other Unix flavors. They supply an ODBC server which listens to connections from ODBC drivers which they also supply. But there is no native Java support. So if we had a JDBC-ODBC bridge on Linux, we could connect to

Re: Is there a JDBC-ODBC bridge for Linux?

1998-06-25 Thread Paul Romanchenko
On Thu, 25 Jun 1998, Rick Stone wrote: Hmmm. And how you want to use this packages? As far as I know Linux doesn't has ODBC system. To access Oracle DB I use JDBC drivers providing by Oracle. > Does anybody know if there is a JDBC-ODBC bridge available for Linux? I > can only find the

Is there a JDBC-ODBC bridge for Linux?

1998-06-25 Thread Rick Stone
Does anybody know if there is a JDBC-ODBC bridge available for Linux? I can only find the Solaris or NT binaries on the Sun site, and the Blackdown 1.1.6 JDK doesn't include these classes. Thanks -- Rick