Results 1 to 2 of 2

Thread: How make Multiple Transactions in Access

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Location
    Lexington,kentucky,USA
    Posts
    61

    Post

    How to make multiple Transactions in Access

  2. #2
    Junior Member
    Join Date
    Jun 1999
    Location
    Papillion, NE, USA
    Posts
    21

    Post

    You can nest transactions like this

    ws.begintrans
    ws.begintrans

    ws.committrans
    ws.committrans

    if the transactions must be concurrent then
    create two workspace objects.

    (Use CreateWorkSpace method)

    ws1.begintrans
    ws2.begintrans

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