| Gary White 2005-08-31, 7:33 pm |
| On Wed, 31 Aug 2005 14:49:13 +0000 (UTC), "brenirish1234"
<webforumsuser@macromedia.com> wrote:
>When a recordset is opened, is it stored on the client or the server and in its
>entirety? When moving from one record to the next in the recordset, does
>Dreamweaver go back to the server to extract the data or is all of the data
>stored in the recordset?
It isn't stored at all in most cases. The request is sent to the server,
the server processes it and sends the result to the browser and promptly
forgets all about it. If you need to go to the next record, another
request is sent to the server, and the process repeats.
Gary
|