Subject Insert & then delete a row = "Unable to delete row"
Author tickerboo2002
I'm using a TIB_Query to select a number of rows, insert a row and
then delete that row and I get an exception "Unable to delete row".

Tracing into IBO, I see that I need to be out of dssInsert state, so I
called Search() prior to the delete. Now, it fails on the rowstate
being rsNone.

Should I be able to insert and then delete the newly inserted row
within posting/commiting?

TIA

David

FBv1.5, IBO4.3Aa, BCBv5