Cursortype, cursor location and Zombie state

From: Pierre (pierre.daisomont_at_iteaconsult.be)
Date: 12/27/04


Date: Mon, 27 Dec 2004 10:54:13 +0100

Hello,

I'm a bit lost about Serverside,Keyset, ClientSide ...
For instance in ADO either you use ClientSide and Static for update or
ServerSide and Keyset but you receive a "Zombie state" error ! (you have to
requery)
So may be I prefer ClientSide and not to be obliged to save the record Id,
requery, and goto Id to prevent the "zombie" error.
But is it the same result for multiuser application ?
It is not an "error" to use a clientside cursor to make update to records in
a multiuser application ?

Thanks for any recommandation.

Merry christmas and happy new year !

Pierre



Relevant Pages

  • Re: Cursortype, cursor location and Zombie state
    ... >So may be I prefer ClientSide and not to be obliged to save the record Id, ... >But is it the same result for multiuser application? ... Clientside cursors are very good for muli user applications. ...
    (borland.public.delphi.database.ado)
  • Re: Cursortype, cursor location and Zombie state
    ... >>I'm a bit lost about Serverside,Keyset, ClientSide ... ... >>But is it the same result for multiuser application? ... > Clientside cursors are very good for muli user applications. ...
    (borland.public.delphi.database.ado)