I have two datatables in which I am looping through one table and selecting
rows from the other tables that match and then deleting those matches. Once
I delete a row and I try to select another row I get an error that says
"This row has been removed from a table and does not have any data.
BeginEdit() will allow creation of new data in this row."
How do I get around this error
bbdobuddy - 10 Nov 2006 16:37 GMT
I fixed my problem, I had the delete function in the wrong position
> I have two datatables in which I am looping through one table and selecting
> rows from the other tables that match and then deleting those matches. Once
[quoted text clipped - 4 lines]
>
> How do I get around this error