Results 1 to 3 of 3

Thread: Commiting Records

  1. #1
    Guest

    Unhappy

    Hallo

    I am using Adodc in my app. On my save function, I use datPrimaryRS.Recordset.UpdateBatch adAffectAll. The problem I am experiencing is that the data is only committed when the window is closed! Is there some way to force the ado to commit right after the adUpdateBatch code is executed?

    Thanx

  2. #2
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Hi hermanvd
    Did you try using datPrimaryRS.refresh ??????


  3. #3
    Guest
    Hallo

    That only refresh the recordset and not the entries in the database. Thanx but as I understand Resync is suppose to do this.

    Thank you

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