Subject Re: [IBO] IB_Grid deletes multiple records
Author Helen Borrie
At 04:00 PM 6/04/2004 +0200, you wrote:
>Hi!
>
>I have a query set to show records in ib_grid.
>When I delete the last records it is always ok,
>bur if I delete a records that is not the last I sometimes
>get an error IB_DatasetError "Multiple records deleted"
>
>What is to set?

This is happening because you have set KeyLinks (or KeyLinksAutoDefine has
done so) that do not uniquely identify the selected record. Since the Edit
and Delete methods by nature target just one record, you must either fix
your KeyLinks, or use custom DSQL statements for both your updates and your
deletes.

Helen