PDA

Click to See Complete Forum and Search --> : How can I edit a Recorset using ADO


hgaekel
Sep 1st, 2000, 02:42 PM
How can I edit a recordset using ADO.

Joegei
Sep 1st, 2000, 09:38 PM
I take it you are looking for something like EDIT mode like in DAO.
This does not exist in ADO. You simply change the values of the fields in the recordset.
By moving to another recordset or by using the update methode the changes are commited.
To cancel a change use the CancelUpdate methode of the recordset.