Results 1 to 2 of 2

Thread: How can I edit a Recorset using ADO

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Honduras
    Posts
    5

    Lightbulb

    How can I edit a recordset using ADO.

  2. #2
    New Member
    Join Date
    Sep 2000
    Posts
    4
    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
  •  



Click Here to Expand Forum to Full Width