
ado.net - addnew, edit, update, delete
Quote:
> In adodb it was possible to do addnew, edit, update, delete operations
> on a recordset... now, is it possible to do these operations only by
> using dataadapter?
Yes, because you've to do these operations on a dataset/table,
so to port these actions back to the database, you have to
use a dataadapter that will reflect the actions you've performed
on the dataset/table on the database which you used to populate
the dataset/table
FB
--
======= You can't sell what's free ====================================
Get my free, open source .NET software at : http://www.sd.nl/software
=========================================================================