Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with BeginTrans
Message
From
11/03/2002 14:01:34
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Problem with BeginTrans
Miscellaneous
Thread ID:
00631112
Message ID:
00631112
Views:
63
When I do updates in a connection.BeginTrans and Connection.CommitTrans, the application behaves very erratically, but without the transaction it behaves perfectly.

reConnApp.BeginTrans
ret = StartSheetSave("SAVE")
if dbUError = false and ret = true then
reConnApp.CommitTrans
Session("REDBUERROR") = false
else
reConnApp.RollBackTrans
end if
Next
Reply
Map
View

Click here to load this message in the networking platform