ADO server side cursor sloooow



Using PSQL 9.1 I am comparing the PDAC SQL components to ADO. Selecting
and looping through 1,000 rows takes about the same amount of time
using PDAC SQL and ADO with a client side cursor. However, ADO with a
server side forward only cursor takes 2.5 times more time to select and
iterate the same rows. That makes no sense at all. A server side
forward only cursor should be faster if anything.

Any suggestions? I can't help thinking that I must have something set
wrong.

--
..Bill.
.



Relevant Pages

  • Re: ADO Data Control Concurrency Problem
    ... >> Editing of row in table is done with the help of ADO Data Control. ... Cursor location does not bare on whether the ... Client or Server memory. ... reflected in the open recordset. ...
    (microsoft.public.vb.general.discussion)
  • Re: Client Cursor oder Server Cursor?
    ... > Summa summarum dürfte es jemanden, der seine Programmierung auf ADO die ... So erstellt der SQL Server ein internes ... > Während der Client Cursor für den Abruf ein ForwardOnly/ReadOnly ...
    (microsoft.public.de.sqlserver)
  • Re: Didnt ADO used to default to client-side cursors?
    ... > The Execute takes a bit longer, but the client-side cursor is quite a ... set on the server in order to create a local ADO result set. ... ADO had more round trips to complete. ... asynchronous load for the client cursor. ...
    (microsoft.public.sqlserver.server)
  • sqldatareader compare to server side read only cursor in ado
    ... SqlDataReader must be connected to the database in order to bring data. ... this is like server side cursor read only in ado. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Didnt ADO used to default to client-side cursors?
    ... > The Execute takes a bit longer, but the client-side cursor is quite a ... set on the server in order to create a local ADO result set. ... ADO had more round trips to complete. ... asynchronous load for the client cursor. ...
    (microsoft.public.vb.database.ado)