CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    Edit and Update DaseBase

    I have a form with 25 TextBoxes,four DataControls and needs to have a Edit Function. How's the best way. I created a AddItem with no problem.

    W.R.Purgason, COSI, SCServices, WebCreate

  2. #2
    Join Date
    Apr 1999
    Location
    Brooklyn, NY USA
    Posts
    171

    Re: Edit and Update DaseBase

    If your Text Boxes are bound to the DC then all the changes will be saved automatically. If you want to have ability to cancel made changes, probably you need to stop to work with DC and use DAO or ADO Recorset objects. It requires more work, but it's more flexible and you avoid a lot of problems in future. For example projects created with using DC for Access 97 do not work anymore with Access 2000 without huge modification.
    Vlad


  3. #3
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    Re: Edit and Update DaseBase

    Thanks for the Good information, It's good to
    know those things...

    WR

    W.R.Purgason, COSI, SCServices, WebCreate

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