Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with BeginTrans
Message
From
11/03/2002 14:24:38
 
 
To
11/03/2002 14:09:16
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00631112
Message ID:
00631127
Views:
20
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform