M
Mike Kingscott
Hi there,
Just curious if you can issue a bulk update command on records in a
DataSet table, i.e. Update fields in a certain DataTable with criteria
that picks the Rows, and Delete Rows from a DataTable with criteria?
Currently, I'm looping around the Rows in the DataSet's DataTable and
updating/deleting from there - which seems awfully cack.
Also, I want this processing to remain in the DataSet - I know I could
update the database with the DataSet and then call the run the SQL
there, but I don't want to as I'm halfway through my processing at
that point.
Kind regards,
Mike Kingscott
Just curious if you can issue a bulk update command on records in a
DataSet table, i.e. Update fields in a certain DataTable with criteria
that picks the Rows, and Delete Rows from a DataTable with criteria?
Currently, I'm looping around the Rows in the DataSet's DataTable and
updating/deleting from there - which seems awfully cack.
Also, I want this processing to remain in the DataSet - I know I could
update the database with the DataSet and then call the run the SQL
there, but I don't want to as I'm halfway through my processing at
that point.
Kind regards,
Mike Kingscott