Subject Re: [firebird-support] bde error caused by trigger
Author Dimitry Sibiryakov
On 18 Nov 2003 at 12:11, Yves Glodt wrote:

>Now when I create a new record via the application, I get tis message:
>"[10259] Couldn't perform the edit because another user changed the record"

Try YourDataSet.UpdateMode := upWhereKeyOnly;

If PERS_NUMBER is a primary key, you have to get its new value in
OnNewRecord by another query.

SY, Dimitry Sibiryakov.