Subject RE: [IBO] Simple Question about delete clause
Author Gerhardus Geldenhuis
Hi
I have used the TIBDSQL to delete the records with. The records that will be
deleted will always be not more than 5 and out of the same table. I dont
think for this case sp's or triggers are necesarry. Its not that complex :)
I now have a new problem if I use dsql and delete the records it gives me an
error. EDatabaseError: IBOQBOM Record not found.
IBOQBOM is the dataset from which I delete the records. I only get the error
when I refresh the dataset.

Thanks for the help so far.

Groete
Gerhardus
PS
If there is no easy solution to this than I should probably use a sp as
suggested in the first place.