Re: Cursortype, cursor location and Zombie state

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 12/28/04


Date: Mon, 27 Dec 2004 20:58:04 -0600


>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 ?
Clientside cursors are very good for muli user applications. The have a lot
less overhead than servside cursors and will therefore support many more users

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages

  • Cursortype, cursor location and Zombie state
    ... I'm a bit lost about Serverside,Keyset, ClientSide ... ... ServerSide and Keyset but you receive a "Zombie state" error! ... requery, and goto Id to prevent the "zombie" error. ... But is it the same result for multiuser application? ...
    (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)