Learn Softwares
unread,Aug 30, 2023, 5:39:23 AM8/30/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebird-support
I have a simple table with columns: code (primary key, non-null integer and autoincrement), description (varchar).
I created a form, included the table, linked the table to the dbedit through the data source, but when trying to delete an item, the following message appears:
"[firedac][dapt]-400 delete command deleted [0] instead of [1] record. Possible reasons: update table has no PK or row identifier, record was changed/deleted by another user"
I don't know what else to do, could someone help me?