24 messages in com.mysql.lists.javaRe: JDBC OutOfMemory No Way mm Driver
FromSent OnAttachments
Arun Singh09 Nov 1999 00:23 
Mark Matthews09 Nov 1999 05:05 
Adam Ellwood09 Nov 1999 18:44 
Mark Matthews01 Dec 1999 13:11 
Terrence W. Zellers01 Dec 1999 13:16 
Tim Endres01 Dec 1999 13:19 
Frank Morton01 Dec 1999 13:27 
Mark Matthews01 Dec 1999 13:35 
Tim Endres01 Dec 1999 13:49 
Frank Morton01 Dec 1999 13:58 
zheng li01 Dec 1999 14:55 
Tim Endres01 Dec 1999 15:04 
Bart Locanthi01 Dec 1999 15:10 
Douglas A. Capeci01 Dec 1999 19:16 
David Wall01 Dec 1999 19:51 
Bart N. Locanthi01 Dec 1999 23:03 
Mark Matthews02 Dec 1999 05:19 
Terrence W. Zellers02 Dec 1999 06:25 
Frank Morton02 Dec 1999 09:09 
Frank Morton02 Dec 1999 11:04 
zheng li02 Dec 1999 12:25 
Praburam Conjeevaram02 Dec 1999 13:20 
Duane Gran02 Dec 1999 15:36 
Michael Widenius03 Dec 1999 02:50 
Subject:Re: JDBC OutOfMemory No Way mm Driver
From:Terrence W. Zellers (zell@voicenet.com)
Date:12/01/1999 01:16:47 PM
List:com.mysql.lists.java

On Wed, 1 Dec 1999, Frank Morton wrote:

I am using mm.mysql.jdbc-2.0pre on a solaris 7/SPARC system

...

I tried the twz driver, but I can't get past a startup error:

IsMultipleQuery signature: Illegal use of nonvirtual function call

Help with either would be appreciated as well as a pointer to a FAQ or other help somewhere specific to either driver.

I don't know about your problems with the mm driver but the error you describe with mine means you are using the optimised classes (aka the normal distribution). With jdk1.2 you must use the non-optimized classes of tjFM by setting your CLASSPATH to <wherever>/twz1/noopt.

-- TWZ