Re: JDBC driver problem with sql LIMIT

2005-03-30 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 l'eau wrote: > > Using MySql Connect/J (mysql-connector-java-3.1.7.tar) > on Linux Fedora 2. > > I use a Statement object and do the following query: > > String myquery = "SELECT * FROM term WHERE name REGEXP (\'"+ name > +"\') and

Re: JDBC driver support

2005-01-11 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manish wrote: > We're having some problems in getting MySQL 4.1.8 to work with JDBC drivers > in - > mysql-connector-java-2.0.14-bin.jar > > Do these drivers work with MySQL 4.1.8? hey seem to be working fine with > 4.0.14 version of MySQL. > Is there

Re: JDBC driver support

2005-01-11 Thread Stephen Moretti
Manish wrote: We're having some problems in getting MySQL 4.1.8 to work with JDBC drivers in - mysql-connector-java-2.0.14-bin.jar Do these drivers work with MySQL 4.1.8? hey seem to be working fine with 4.0.14 version of MySQL. Is there any compatibility data available for all these JDBC drivers a

Re: jdbc-Driver - foreignkeys - OOo

2003-09-21 Thread Dieter Kroemer
Hello Mark, Am Sonntag, 21. September 2003 18:28 schrieb Mark Matthews: first of all - I'm very new to databases, so there could be any mistakes I made, without knowing it :-(( So ask me, if I made the simplest things which I have to make if they are important for working. > It does (and has f

Re: jdbc-Driver - foreignkeys - OOo

2003-09-21 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dieter Kroemer wrote: > Hi, > > I'm a teacher in germany and searching for a database, wich supports > foreign-keys and is supported from OOo. (Well I found the HSQLD-Database > (Hermann Kienlein was helping) which is working, but with MySQL I could d

Re: JDBC Driver Bug, does not appear to support auto commit off-selectionsnot detected in while loop if new insertions

2003-02-28 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Emma Wansbrough wrote: My code works fine with autcommit on..however it does not support autocommit off. This is quite a big bug, or I have missed something out. Please let me know as I it would be of great interest to me if I was mistaken or correct an

Re: JDBC driver / JBoss

2002-12-28 Thread miguel solórzano
At 11:57 29/12/2002 +1100, Greg Matthews wrote: Hi, If anyone has managed to get named pipes working under Windows XP with JBoss, would they be nice enough to forward the URL used? Only one note here: MySQL by default disables the named pipes. If you want the named pipes you must use at command

Re: JDBC driver / JBoss

2002-12-28 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg Matthews wrote: Mark, Version was 3.51.05. Hmmm, that looks like an ODBC driver version. MySQL Connector/J has two branches right now 2.0.x and 3.0.x, seeing as how you're using named pipes, you must be using 3.0.x something. & works ok. It

Re: JDBC driver / JBoss

2002-12-28 Thread Greg Matthews
"Greg Matthews" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 11:27 AM Subject: Re: JDBC driver / JBoss > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Greg Matthews wrote: > > All, > > > > The documention on

Re: JDBC driver / JBoss

2002-12-28 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg Matthews wrote: All, The documention on the JDBC driver (v0.87) shows that ampersands are used to delimit driver parameters. I'm curious as to where you get a version # of '0.87'. As far as I know neither MM.MySQL or Connector/J has had a ver

Re: JDBC driver: Buggy for DatabaseMetaData.getImported/Exportedkeys ?

2002-12-03 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 j.random.programmer wrote: Hi: I am using Connector/J 3.0.2 against MySQL 3.23.52-max. My default table type is set to InnoDB (since I always use innodb). The following methods are acting strangely: - DatabaseMetaData.getImportedKeys() - Database

Re: JDBC driver problem

2002-06-20 Thread Francisco Reinaldo
Which driver are you using? I use mm.mysql-2.0.4-bin.jar Which IDE are you using? If you are using JBuilder 5, you have to go to required library and add one pointing to that file. If you are building a jar file from your classes, you have to make sure that you tell the library to include this JD

Re: JDBC driver problem

2002-06-20 Thread Alec . Cawley
> I have a problem with the installation of the JDBC driver for Mysql. > I have Windows XP and Java2 SDK 1.4.01 > I tried to install the JDBC driver org.gjt.mm.mysql.Driver but every time I > try to connect to my database, I get a ClassNotFoundException: > org.gjt.mm.mysql.Driver error, although

Re: JDBC Driver for MySQL3.23.47-1

2002-01-24 Thread Neil Zanella
http://mmmysql.sourceforge.net/ On Thu, 24 Jan 2002, Rahadul Kabir wrote: > hi, > I recently installed MySQL3.23.47 and now I need the JDBC drivers for > it. Does anyone know where can I find a Free JDBC driver that would work > with MySQL 3.23.47-1? > thanks so much > > --rahad > > > -

RE: JDBC driver recommendatons

2001-11-08 Thread Venu
Hi, > -Original Message- > From: Wally Flint [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 08, 2001 6:01 PM > To: Mysql mailing list > Subject: JDBC driver recommendatons > > > Anyone have a preferred JDBC for MySQL? I need a driver that will be > reliable under heavy load. Ye

Re: JDBC driver

2001-04-11 Thread Chris Worth
read the docs that come with it. it is ALL explained in there. RTFM... is the best thing. On Wed, 11 Apr 2001 10:39:32 -0700 (PDT), Leon Zilber wrote: >I got very useful help. Thanks. > >But now, I am facing another Java -> JDBC problem. > >I have successfully downloaded mm.mysql-2.0.4-bin.

Re: jdbc driver

2001-01-23 Thread Web master
Couple of things 1) is the listening port number correct ? 2) If you are using windows, make sure the class path has 8.3 file name format instead of the long file name. other than that it should work fine kerry finn wrote: > Hi, > > What do I use to identify the default jdbc driver for mysql