Subject | RE: [IBO] Exception "Record was not located to update" |
---|---|
Author | Jason Wharton |
Post date | 2017-08-28T18:44:47Z |
I have a new documentation file in the docs sub-folder called Optimizing Queries and Transactions that I wrote when I reworked all of the UpdateMode stuff. It should give you a rather complete understanding of it, as well as it has you follow a tutorial application where you can play with all of these settings rather easily and see how they all work together.
Jason
From:
IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Monday, August 28, 2017 7:47
AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Exception
"Record was not located to update"
Hi Jason,
I discovered this property "UpdateMode" :-) :-) :-)
Now I'm trying to figure out how to use it ... And what is its purpose ...
I found little explanations on the site of Embarcadero and I think that it could be useful in a competing environment when you want to change a record and to be sure what it was not changed.. In my case, my database has a single access...
By default, CachedUpdatesUpdateModeEdit is set to UpWhereAll. I set it to upWhereKeyOnly and my application works fine again ...
Best regards,
Laurent