Paul Schranz wrote:
>
> Dear Mysql users,
>
> I am using the Mysql version Ver 6.8 Distrib 3.21.29a-gamma for Win95.
> I am also using the twz1jdbcForMysql JDBC driver from Terrence W.
> Zellers. Does this version of Mysql support multiple queries? The
> driver is initialized to handle multiple queries, but my ResultSets are
> causing exceptions after I retreive a new ResultSet.
>
> Paul
Hi Paul
Multiple simultanious queries over one connection are not supported by mysql, but the
JDBC driver should handle this nicely.
I have used this myself with twz and mm drivers.
What exact Exception do you get (stackTrace)?
Perhaps a Java code snippet would help too.
Tschau
Christian
| Thread |
|---|
| • Multiple Queries | Paul Schranz | 4 Aug |
| • Re: Multiple Queries | Christian Mack | 4 Aug |