Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transaction problem
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Transaction problem
Miscellaneous
Thread ID:
01145499
Message ID:
01145499
Views:
74
In my AbusinessObject I have a hook for post save and I have AutoUseTransactions = true

protected override void HookPostSave(DataTable dt)
{
// Insert a record into my audit trail table using ExecNonQuery.
}

I get this Exception:The transaction is either not associated with the current connection or has been completed.

Do I have to do a TransactionBegin,TransactionCommit,TransactionRollback manually ?

TIA
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Next
Reply
Map
View

Click here to load this message in the networking platform