Subject | Re: [firebird-support] bde error caused by trigger |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2003-11-18T13:30:55Z |
On 18 Nov 2003 at 12:11, Yves Glodt wrote:
If PERS_NUMBER is a primary key, you have to get its new value in
OnNewRecord by another query.
SY, Dimitry Sibiryakov.
>Now when I create a new record via the application, I get tis message:Try YourDataSet.UpdateMode := upWhereKeyOnly;
>"[10259] Couldn't perform the edit because another user changed the record"
If PERS_NUMBER is a primary key, you have to get its new value in
OnNewRecord by another query.
SY, Dimitry Sibiryakov.