Re: Cursortype, cursor location and Zombie state
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 12/28/04
- Next message: Brian Bushay TeamB: "Re: Sql or Oracle"
- Previous message: JamieSuk: "Re: Set Zero when field is Null Value."
- In reply to: Pierre: "Cursortype, cursor location and Zombie state"
- Next in thread: Pierre: "Re: Cursortype, cursor location and Zombie state"
- Reply: Pierre: "Re: Cursortype, cursor location and Zombie state"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Brian Bushay TeamB: "Re: Sql or Oracle"
- Previous message: JamieSuk: "Re: Set Zero when field is Null Value."
- In reply to: Pierre: "Cursortype, cursor location and Zombie state"
- Next in thread: Pierre: "Re: Cursortype, cursor location and Zombie state"
- Reply: Pierre: "Re: Cursortype, cursor location and Zombie state"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|