A
APich
Hi friends!
Is it possible update or delete a several records in a DataTable/DatSet
object using a simple SQL Update/Delete statement?
I try to see in the documentation but that I understand is that only record
by record making a loop it is possible, not using a SQL Statement.
If I do in this way (record by record, perhaps using a SELECT on the
DataTable for lookup the particular records) is reasonable fast?
I appreciate very much your help.
Abraham
Is it possible update or delete a several records in a DataTable/DatSet
object using a simple SQL Update/Delete statement?
I try to see in the documentation but that I understand is that only record
by record making a loop it is possible, not using a SQL Statement.
If I do in this way (record by record, perhaps using a SELECT on the
DataTable for lookup the particular records) is reasonable fast?
I appreciate very much your help.
Abraham