Zsolt Koppany wrote:
>
> Hi,
>
> I use twz1jdbcForMysql-1.0.4-GA driver. As far as I see,
> the drivers fetches all selected records even when I execute
> a single resultSet.next() instruction. Over a slow connection
> it would be useful if the driver could fetch each record
> separately.
>
> Is there a possibility to configure the driver that way ?
>
> Zsolt Koppany
Hi Zsolt
No, this is impossible, because mysql doesn't provide server side cursors.
Only with these you could do that.
Haven't tried this, but can you turn on compression for your connection?
Tschau
Christian
| Thread |
|---|
| • JDBC fetching | Zsolt Koppany | 1 Jun |
| • Re: JDBC fetching | Christian Mack | 1 Jun |