|
-
Jun 22nd, 1999, 05:47 PM
#1
Thread Starter
Member
How to make multiple Transactions in Access
-
Jun 22nd, 1999, 10:57 PM
#2
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|