----- Original Message -----
From: "Martijn Tonies" <m.tonies@stripped>
To: <mysql@stripped>
Sent: Friday, September 03, 2004 7:15 AM
Subject: Fetch-on-demand
> Hi all,
>
> Does MySQL support fetch-on-demand of resultsets?
>
> And if so, does it support multiple cursors fetching on the same time
> using the same connection?
>
> If so, is it thread safe?
What do you mean "fetch-on-demand"? I've never heard this term before. Since
every fetch takes place when your program calls for it, isn't every fetch
already "fetch-on-demand"?
Rhino