A cursor is used to define and keep track of a position within a recordset.
If the cursor is server side, when your code iterates through a recordset,
all the work is done at the server's end and its results is sent to the
client. The benefits of this is that the clients machine will not be tied
up performing this database action. If the cursor is client side, the
result set is brought across to the client, for the client to handle the
iteration.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.