Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transaction problem
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Transaction problem
Divers
Thread ID:
01145499
Message ID:
01145499
Vues:
73
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform