Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to handle Transaction table locking
Message
 
 
To
14/08/2008 05:39:44
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01338771
Message ID:
01338832
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform