API vs SQL vs Classes
Ruslan Zasukhin
sunshine at public.kherson.ua
Thu Mar 29 02:40:05 CDT 2007
On 25/3/07 12:11 PM, "Kim Kohen" <kim at webguide.com.au> wrote:
Hi Kim,
Sorry for delay
> Another thing with the docs is the section on cursor properties. It
> says the non-specified default for a cursor is client side/read only/
> forward only as this is the best for multi-user.
This is best DEFAULT choice to get the best concurrency.
If user A lock a record as ReadOnly, then another user still can read it
also.
> The very next
> paragraph says if you're making an application multi-user then all
> cursors for modifying records have to be changed to serverside. How
> can clientside and serverside both be best for multi-user?
Please give me URL on this.
I think it says as:
IF you need get cursor which can do WRITE into db,
then you need server/side cursor, because client-side cursor
ALWAYS is read-only.
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list