ado.net - addnew, edit, update, delete 
Author Message
 ado.net - addnew, edit, update, delete

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?

tnx



Sat, 04 Dec 2004 17:05:12 GMT  
 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
=========================================================================



Sat, 04 Dec 2004 17:16:30 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. how i can use the dbgrid with database {edit ,addnew,update or delete the data}

2. AddNew, Update, Delete in ADO???

3. Delete, Edit OK. AddNew=Error 524: Driver Not Capable

4. Update or CancelUpdate without Edit or AddNew

5. Help with DAO AddNew / Edit And Update in VB 4

6. Confusion with ADDNEW, EDIT, UPDATE

7. .Undo, .Edit, .Update, .AddNew Inconsistencies - freaking out!

8. ADDNEW/UPDATE/DELETE VB 5.0 in a MULTI-USER ENVIRONMENT with ACCESS 97 DATABASE FILES

9. ADo ADD New and Update also Edit Update

10. AddNew and "Edit" with ADO

11. AddNew and "Edit" with ADO

12. Visual Basic .NET and ADO.NET code - Disconnected Updating Help

 

 
Powered by phpBB® Forum Software