Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with BeginTrans
Message
De
11/03/2002 14:24:38
 
 
À
11/03/2002 14:09:16
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00631112
Message ID:
00631127
Vues:
19
Actually it does not give any error but it does not update the recordset.
I have opened the recordset in the following way
Stmp = "Select * from tblBill where Project = " & Session("Project")
rs.Open Stmp, reConnApp, adOpenDynamic, adLockOptimistic
do while not rs.EOF
rs.fields("Project") = "**"
rsBillCyclesOld.Update
rsBillCyclesOld.MoveNext
loop

I have tried to put in the response.writes.
It goes into the loop but does not come to the response.write after the loop.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform