|
-
Sep 1st, 2000, 02:42 PM
#1
Thread Starter
New Member
How can I edit a recordset using ADO.
-
Sep 1st, 2000, 09:38 PM
#2
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|