Subject | RE: RE: [IBO] Dataset.Cancel during update query keeps record locked |
---|---|
Author | |
Post date | 2013-10-04T07:04:44Z |
That's right, both are turned on
---In IBObjects@yahoogroups.com, <ibobjects@yahoogroups.com> wrote:Are you using pessimistic locking?Are you using AutoCommit set to true?Thanks,Jason
Hi,
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of sv@...
Sent: Thursday, October 3, 2013 8:36 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Dataset.Cancel during update query keeps record lockedWhen a user wants to cancel a record update of a dataset, our application calls the Dataset.Cancel.But by doing so, the record remains locked.What's the right way to implement this functionality?Many thanks in advance!