Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with BeginTrans
Message
De
11/03/2002 14:01:34
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Problem with BeginTrans
Divers
Thread ID:
00631112
Message ID:
00631112
Vues:
62
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform