2 messages in com.mysql.lists.javaRe: 2 query problem
FromSent OnAttachments
ADIB MOTIWALA12 Jul 1999 09:50 
Christian Mack17 Jul 1999 08:49 
Subject:Re: 2 query problem
From:Christian Mack (Ma@compal.de)
Date:07/17/1999 08:49:39 AM
List:com.mysql.lists.java

ADIB MOTIWALA wrote:

I am using gwe driver for jdbc.

i have a problem i uses 2 sql queires.but the second does not entee why could this be happening.

Hi Adib

gwe driver allowes you only one query per connection, if you want to issue two
queries, then you have to open two connection. Also the gwe driver is full of bugs.

Therefore I would strongly suggest to drop the (since 2 years!) not maintained
gwe driver in favour of either the twz or the mm driver.

Tschau Christian