Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to handle Transaction table locking
Message
 
À
14/08/2008 05:39:44
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Divers
Thread ID:
01338771
Message ID:
01338832
Vues:
22
You're welcome

I don't have other conditions in mind now, but you can always put the BO.Save in your try cach
something like:

transaction begin();
try {
Save()
commit();
}
catch{
rollback();
}
---------------------------
Maurizio Domba
CRON d.o.o. Rovinj, Croatia
http://wanip.info
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform