Transaction Query
From: Jude_44 (Jude_44_at_discussions.microsoft.com)
Date: 06/29/04
- Next message: Rajesh Gutta: "Re: "Timeout expired. " when using Fill Method"
- Previous message: Aaron Moore: "Filter a dataform"
- Next in thread: Tal Geva: "RE: Transaction Query"
- Reply: Tal Geva: "RE: Transaction Query"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 29 Jun 2004 06:51:02 -0700
Hi There
I have been trying to establish how Transactions work from a .NET component.
Basically, I have an operation I want to work in a transactional manner, but I would like to control this from within a function.
How does Enterprise Services relate to COM+? Can I use Enterprise Services on a system without it having COM+ set up and my component installed there?
So basically I need to something like the following within a method:
Start a Transaction
Perform a number of ADO calls to my SQL Server DB, with numerous connection objects and many changes to DB records. If theres a problem I want it to roll back all DB changes.
End Transaction, and Commit if successful.
Do I need to put it all within a single StoredProcedure in order to get Transactional support, or is there a way I can do it from VB.NET using EnterpriseServices, without having to rely on COM+ being installed and component registered within same COM+?
Thanks for all your help!!
Regards
David Crone
- Next message: Rajesh Gutta: "Re: "Timeout expired. " when using Fill Method"
- Previous message: Aaron Moore: "Filter a dataform"
- Next in thread: Tal Geva: "RE: Transaction Query"
- Reply: Tal Geva: "RE: Transaction Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|