CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    The Netherlands, near germany
    Posts
    42

    2 adodc problems

    If got a problem. I'hv got 2 adodc. When I change one of the items of adodc2 and i want to update that, it works. But when I try it by adodc1, it doesn't work. It works when I remove a letter in an item , but when I add a letter in an item it doesn't do a update. Hope somebody can help me.

    thanks

    Remco Ploeg
    [email protected]

  2. #2
    Join Date
    Aug 2001
    Location
    The Netherlands, near germany
    Posts
    42

    Re: 2 adodc problems

    I use this to update:
    Adodc1.Recordset.Update --> works when I remove a letter but not when I add a letter
    Adodc2.Recordset.Update --> works always
    Adodc1.Refresh
    Adodc2.Refresh

    Remco Ploeg
    [email protected]

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