Subject | Re: [IBO] Problems with IBO and CacheUpdates |
---|---|
Author | Jason Wharton |
Post date | 2002-01-31T16:04:38Z |
Send an example demonstrating this please.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Paulo Henrique Albanez" <pha@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 30, 2002 7:28 AM
Subject: [IBO] Problems with IBO and CacheUpdates
> 1) IBO does not apply updates at the same order that the records were
changed:
>
> I change the record 1
> I change the record 2
> ApplyUpdates
> The IBO apply the record 2
> The IBO apply the record 1
>
> 2) When ApplyUpdates failure, the records that were already applied, are
not reverted, NodeList.ProcessUpdates(cupRollback) is not executed.
>
> 3) When another user changed the record, it is not exhibited no warning
message, the current user does not know when recorded or not the
modifications.
>
> Regards
>
> PHA
> Nova Odessa / SP - Brazil