selecting a datatable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bbdobuddy

    #1

    selecting a datatable

    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

    #2
    RE: selecting a datatable

    I fixed my problem, I had the delete function in the wrong position



    "bbdobuddy" wrote:
    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

    Comment

    Working...