Re: Didn't ADO used to default to client-side cursors?
From: jxstern (jxstern_at_nowhere.com)
Date: 12/02/04
- Next message: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Previous message: Peter Newman: "Re: execute a SQL query"
- In reply to: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Next in thread: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Reply: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 02 Dec 2004 15:49:40 -0800
On Thu, 2 Dec 2004 15:26:17 -0500, "David Gugick"
<davidg-nospam@imceda.com> wrote:
> Have you noticed whether the
>application performs a little slower using the client-side cursor?
A bit faster, actually.
The Execute takes a bit longer, but the client-side cursor is quite a
bit faster than the server-side, which only makes sense since it
doesn't have to reach across the network.
J.
- Next message: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Previous message: Peter Newman: "Re: execute a SQL query"
- In reply to: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Next in thread: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Reply: David Gugick: "Re: Didn't ADO used to default to client-side cursors?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|