Orchid XP v7 wrote:
>
> Just being curios... What's a 'cursor', and why is that bad?
>
Cursors occupy resources on the server, and require the server to
maintain application state. The general understanding in n-tier systems
is the only thing that retains application state is the front-end
application, so resources on back-end servers can be released to other
clients.
Post a reply to this message
|