Hi...
I want to ask you guys whats the best way to update a database using ADO.net.
Im not using Datasets, nor DataAdapters.
I have my own IDBCommand objects, trying to keep it as DBProvider independant as possible.
My main question is: having the 3 records save commands (Insert, Update & Delete), and a bunch of rows to update (a DataRow collection),
whats the best code to apply the commands on the rows?
Thanks,
Alex
I want to ask you guys whats the best way to update a database using ADO.net.
Im not using Datasets, nor DataAdapters.
I have my own IDBCommand objects, trying to keep it as DBProvider independant as possible.
My main question is: having the 3 records save commands (Insert, Update & Delete), and a bunch of rows to update (a DataRow collection),
whats the best code to apply the commands on the rows?
Thanks,
Alex