Subject | Re: [IBO] IB_Grid deletes multiple records |
---|---|
Author | Helen Borrie |
Post date | 2004-04-06T15:04:12Z |
At 04:00 PM 6/04/2004 +0200, you wrote:
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
>Hi!This is happening because you have set KeyLinks (or KeyLinksAutoDefine has
>
>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?
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