rom: Moderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED]]On Behalf Of Sorin Rojea
Sent: Wednesday, July 24, 2002 9:56 PM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] Manually starting a Transaction in
Enterprise Services
Jeff,
I think you want the equivalent
-l.com
-Original Message-
From: Jeff Kryzer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 1:16 PM
To: [EMAIL PROTECTED]
Subject:Re: [ADVANCED-DOTNET] Manually starting a Transaction in Enterprise
Services
Allow me to explain further.
Object 1 calls
> P.S. I gather from the archives that I should read Tim Ewald's book
> "Transactional COM+". Understood.
First, read "Transactional COM+". :)
If I said I was a funny bastard, I could be sure of being at least half
right.
> Normally (in .NET) I can have a class inherit from EnterpriseService
ADVANCED-DOTNET] Manually starting a Transaction in Enterprise
Services
Hey all,
Normally (in .NET) I can have a class inherit from EnterpriseServices
and I
get transaction support. All I have to is mark that class with the
[RequiresTransactions] attribute. Then anytime I create that object, i
Hey all,
Normally (in .NET) I can have a class inherit from EnterpriseServices and I
get transaction support. All I have to is mark that class with the
[RequiresTransactions] attribute. Then anytime I create that object, it
automatically opens a new COM+ transaction.
What I want to do is to *m