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

    Using Transactions in RDO

    Hi )

    I'm would like to know how to use the BeginTrans, CommitTrans and RollbackTrans methods.

    Just to exercise, I would like to start a transaction when I click on a button, make change to some fiels in textboxes, moving to another record and making some other change and then update the table by clicking on a second button.

    Well, it could works differently. I just want to know how to make change to more than one record before to update the remote table (with RDO please). I'm working with SQL Server 6.5 and VB 5.0

    Thanks ;-)

    Duke1000 :-)



  2. #2
    Join Date
    Oct 1999
    Posts
    21

    Re: Using Transactions in RDO

    That's OK, I've got it. Thanks anyway ;-)

    Duke1000 :-)


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