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
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
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
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
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
(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
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
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
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
; <[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.
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo