Re: Questions on MySQL 3.23.36 and MM.MySQL JDBC Driver

2002-10-30 Thread Mark Matthews
Tan Phooi San wrote: Hi, I got some questions regarding MySQL 3.23.36 and MM.MySQL JDBC Driver. Hope you could help me on this. 1. Can both products mentioned above working in Red Hat Linux 7.3 or 8.0? You don't mention what version of MM.MySQL you're interested in, but sin

Questions on MySQL 3.23.36 and MM.MySQL JDBC Driver

2002-10-30 Thread Tan Phooi San
Hi, I got some questions regarding MySQL 3.23.36 and MM.MySQL JDBC Driver. Hope you could help me on this. 1. Can both products mentioned above working in Red Hat Linux 7.3 or 8.0? 2. What are the latest version of both products? 3. What are the differences between the latest version and both

Re: A question about mm.mysql and the GPL

2002-08-20 Thread Mark Matthews
j.random.programmer wrote: > Hi: > > Firstly, I'd like to congratulate both MySQL AB and > Mr. Mathews on making the JDBC driver an officialy > supported download. > > I have a query though. Newer versions of the mm.mysql > driver (now called connector/j) will

Re: Re: Commit and rollback problem and mm.mysql

2002-08-19 Thread forum mail
just wondering why when I ported it to tomcat, it didnt seem to work. Im looking at mm.mysql driver. I was wondering if the mm.mysql driver uses a different config when used with weblogic or tomcat. Hope u can help. TIA Get your own &quo

Re: A question about mm.mysql and the GPL

2002-08-19 Thread Tod Harter
On Monday 19 August 2002 07:21 am, Nicolas Ivering wrote: Several things spring to mind here... 1st of all when you use JDBC, you're coding to the JDBC interface, not to any proprietary interface (IE, your application could just as well call a PostgreSQL JDBC driver and it would not need to be

Re: A question about mm.mysql and the GPL

2002-08-19 Thread Nicolas Ivering
(and thus avoiding the license fee). Best regards Nicolas j.random.programmer wrote: >Hi: > >Firstly, I'd like to congratulate both MySQL AB and >Mr. Mathews on making the JDBC driver an officialy >supported download. > >I have a query though. Newer versions of the mm.m

A question about mm.mysql and the GPL

2002-08-19 Thread j.random.programmer
Hi: Firstly, I'd like to congratulate both MySQL AB and Mr. Mathews on making the JDBC driver an officialy supported download. I have a query though. Newer versions of the mm.mysql driver (now called connector/j) will be released *not* under the LGPL but under the GPL. Now if I am usin

Apparent bug retrieving Last Insert ID using mm.mysql

2002-08-09 Thread Alec . Cawley
This bug is found using Java and the MM.MySQL driver, but I do not think it is actually caused by the JDBC driver but rather comes from the MySQL daemon. However, I am sending to both lists in case it is a driver problem. The Last Insert ID can, of course, be retrieved by executing the query

Re: Storing UTF-8 text with MM.MySQL 2.0.13 driver.

2002-05-20 Thread Ronald Muller
This code works fine, which shows you can use the useUnicode and characterEncoding properties with simple Statement's: Properties prop = new Properties(); Class.forName("org.gjt.mm.mysql.Driver"); // true as String and not: Boolean.valueOf(true)! prop.put("useUnicode", "true"); prop.put("char

Re: Storing UTF-8 text with MM.MySQL 2.0.13 driver.

2002-05-18 Thread Mark Matthews
; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 10:43 AM Subject: Storing UTF-8 text with MM.MySQL 2.0.13 driver. > I am trying to store UTF-8 encoded text with MM.MySQL 2.0.13 driver. I am > using MySQL 3.23.49, MM.MySQL 2.0.13 JDBC driver, j2sdk1.4.0.

Storing UTF-8 text with MM.MySQL 2.0.13 driver.

2002-05-18 Thread John D. Stein
I am trying to store UTF-8 encoded text with MM.MySQL 2.0.13 driver. I am using MySQL 3.23.49, MM.MySQL 2.0.13 JDBC driver, j2sdk1.4.0. I have had success with the code below (which stores the UTF-8 as a binary stream), but am wondering if there is an easier way. Specifically I am wondering

Re: MySQL, mm.MySQL, and SQL Problems

2002-04-27 Thread Andy Clark
Mark Matthews wrote: > First off, let me say "Thanks" for the work you've done with the XML Parser. > I used it heavily on a project last year and it performed admirably. Cool. :) > Hmm. MM.MySQL will do this for you. Seeing your next comment leads me to > believe t

RE: MySQL, mm.MySQL, and SQL Problems

2002-04-27 Thread Mark Matthews
> Message-ID: <[EMAIL PROTECTED]> > Date: Sat, 27 Apr 2002 18:28:57 +0900 > From: Andy Clark <[EMAIL PROTECTED]> > MIME-Version: 1.0 > To: MySQL <[EMAIL PROTECTED]> > Subject: MySQL, mm.MySQL, and SQL Problems > Content-Type: text/plain; charset=us-ascii

MySQL, mm.MySQL, and SQL Problems

2002-04-27 Thread Andy Clark
le use for this problem? Second, I'm programming in Java and want to use JDBC. So I downloaded mm.MySQL but was dismayed to find that it doesn't support prepared statements. Is there any particular reason why? I wanted to modify the source for mm.MySQL to convert to and from U

RE: Unexpected end of input stream-mm.mysql driver related problem*****URGENT*****

2002-04-10 Thread Ramaraju.R.V
Hi, I am geeting an error Unexpected Exception: java.io.IOException message given: Unexpected end of input stream Is there any limitation on the length of the query string (In mm.mysql driver?)? Can any one help me out to avoid this error. LOG: SELECT PURCHASE_ORDERS.ORDER_ID

Unexpected end of input stream-mm.mysql driver related problem*****URGENT*****

2002-04-09 Thread Ramaraju.R.V
Hi, I am geeting an error Unexpected Exception: java.io.IOException message given: Unexpected end of input stream Is there any limitation on the length of the query string (In mm.mysql driver?)? Can any one help me out to avoid this error. LOG: SELECT PURCHASE_ORDERS.ORDER_ID

ANN: MM.MySQL-2.0.12 Released

2002-04-09 Thread Mark Matthews
MM.MySQL-2.0.12, a JDBC driver for MySQL was released yesterday. It can be found at http://sourceforge.net/mmmysql/ Changes include: - General code cleanup. - Added getIdleFor() method to Connection and MysqlLogicalHandle. - Relaxed synchronization in all classes

Re: JBuilder6 and mm.mysql-2.0.11

2002-03-22 Thread launi
On Fri, 22 Mar 2002, TAKAHASHI, Tomohiro wrote: > Hi, Lonnie > > Lonnie Wormley wrote: > > > > TAKAHASHI, Tomohiro wrote: > > > > > > > > Do you want to use mm mysql Driver with JB6's DataPilot? > > > What kind of error does DataPilot say? > > > > > Here is the stack trace: > > > > See com.bo

Re: JBuilder6 and mm.mysql-2.0.11

2002-03-22 Thread TAKAHASHI, Tomohiro
Hi, Lonnie Lonnie Wormley wrote: > > TAKAHASHI, Tomohiro wrote: > > > > > Do you want to use mm mysql Driver with JB6's DataPilot? > > What kind of error does DataPilot say? > > > Here is the stack trace: > > See com.borland.dx.dataset.DataSetException error code: BASE+82 > com.borland.dx.d

Re: JBuilder6 and mm.mysql-2.0.11

2002-03-22 Thread Lonnie Wormley
TAKAHASHI, Tomohiro wrote: > > Do you want to use mm mysql Driver with JB6's DataPilot? > What kind of error does DataPilot say? > Here is the stack trace: See com.borland.dx.dataset.DataSetException error code: BASE+82 com.borland.dx.dataset.DataSetException: The driver: org.git.mm.mysql.Drive

Re: JBuilder6 and mm.mysql-2.0.11

2002-03-21 Thread TAKAHASHI, Tomohiro
Hi, Lonnie Wormley wrote: > > >>Is this the correct file to have in your class path? > >>addpath /home/launi/JBuilder6/lib/mm.mysql-2.0.11/mm.mysql-2.0.11-bin.jar > > > > Yes, please add it into jdk.config. :) > > > I have it in there a

Re: JBuilder6 and mm.mysql-2.0.11

2002-03-20 Thread Lonnie Wormley
TAKAHASHI, Tomohiro wrote: > Hi, > >Lonnie Wormley wrote: > >>Is this the correct file to have in your class path? >>addpath /home/launi/JBuilder6/lib/mm.mysql-2.0.11/mm.mysql-2.0.11-bin.jar >> > > Yes, please add it into jdk.config. :) > I have it in ther

Re: JBuilder6 and mm.mysql-2.0.11

2002-03-20 Thread TAKAHASHI, Tomohiro
Hi, Lonnie Wormley wrote: > > Is this the correct file to have in your class path? > addpath /home/launi/JBuilder6/lib/mm.mysql-2.0.11/mm.mysql-2.0.11-bin.jar Yes, please add it into jdk.config. :) -- TAKAHASHI,"KEN",Tomohiro Borland -- Enabling a new digital world

JBuilder6 and mm.mysql-2.0.11

2002-03-19 Thread Lonnie Wormley
Is this the correct file to have in your class path? addpath /home/launi/JBuilder6/lib/mm.mysql-2.0.11/mm.mysql-2.0.11-bin.jar -- Lonnie Wormley [EMAIL PROTECTED] [Linux and Java] [EMAIL PROTECTED] [Window$ and graphics] http

Another question on mm.mysql-2.0.x

2001-10-24 Thread Mark Arnold
Hi, I started using mm.mysql-2.0.x on our test system and I noticed a difference in the behaviour of ResuletSet between this version and some older version we used. Apparently, the older version automatically goes to the first record if you call ResultSet.getString() or similar methods. without

RE: Experience with mm.mysql-2.0.x ?

2001-10-23 Thread Venu
Hi !!! " " And coming to your problem, I belive it got fixed in the latest release. Regards, venu > -Original Message- > From: Mark Arnold [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 6:20 PM > To: [EMAIL PROTECTED] > Subject: Experience with mm

Experience with mm.mysql-2.0.x ?

2001-10-22 Thread Mark Arnold
Hi, did anybody ever use the new mm.mysql-2.0.4 (or another 2.x version) library that is introduced as stable on the download section? Is it stable enough to use on production servers? Any positiv / negative comments on that? I am having problems with the 64k size limit bug in the earlier

Re: INSERT Problem with mm.mysql, JBoss and an EJB

2001-09-24 Thread Michael Tam
Hi Robert, I have experience the similar issue with MySQL, MM.MySQL and JBOSS. I was using CMP-EJBs with INNODB table from MySQL-Max and data did not persist in the table as I called EJB create(). The issue resolved as I 'alt' the table back to MyISAM tables. I have

mysql+mm.mysql

2001-08-14 Thread Sibel Toprakkiran
Hi, I'm trying to connect to a mysql database from linux using the driver mm.mysql-2.0.2-bin.jar. The connect is successfull, but when I want to retrieve some records from the database, I get the message "error reading communication packets". Do someone has an idea, what it can

[ANNOUNCE] MM.MySQL JDBC Driver Version 2.0.5 Released

2001-06-14 Thread mmatthew
CHANGELOG: - Fixed ResultSet.getBlob() ArrayIndex out-of-bounds - Fixed ResultSetMetaData.getColumnTypeName for TEXT/BLOB - Fixed ArrayIndexOutOfBounds when sending large BLOB queries (Max size packet was not being set) - Added ISOLATION level support to Connection.setIsolationLevel() - Fixed NP

mm.mysql-2.0.4 driver support for "jdbc2.0 Optional package"

2001-04-25 Thread Rameshbabu Muthuvelu
Hello I am using mysql with jboss. Jboss server requires the db driver to support "jdbc2.0 Optional package" support, to facilitate transaction. Can you comment on this please? Thanks ramesh _ Chat with your friends as soon as they come on

How to connect applets to MySQL server by using mm.mysql driver?

2001-03-07 Thread Nancy Zheng
Hi, When I read the documents for MM.MySQL driver, I noticed that it is mentioned that MM.MySQL driver can be used to make connections to APPLETS. However, I could not find any further information and examples for this issue. Could you please send me some examples on how to use MM.MySQL driver to

mm.mysql

2001-01-17 Thread Pål Wester
I have tried to make mm.mysql work with mysql It seems to work if i grant to user@%, but not user@localhost, or real host or localhost.localdomain for that matter. I wonder what I should do to allow it on localhost only... e.g. [EMAIL PROTECTED] thanks :o) versions?? mysql Ver 10.11 Distrib