CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    ADO and Editmode

    Hello,
    Can anybody tell me how to start the editmode while using ADODC. I have an edit button.I want to start the edit mode when I press it but there seems to be no direct method of doing it...
    Thankx in advance


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ADO and Editmode

    you don't need edit mode in ADO, you simply assign values to the Fields in your recordset and call the Update method, when you want to save the values.


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

Featured