
October 14th, 2004, 06:26 AM
|
|
Contributing User
|
|
Join Date: Oct 2004
Posts: 244
Time spent in forums: 2 Days 8 h 25 m 59 sec
Reputation Power: 5
|
|
SQL Database -- conex04.Execute(sql5)
Real quick question
Could someone just let me know what exactly the difference is, if any, between the following 2 lines (which would be applied to the UPDATE db code below) :
set rdo2 = conex04.Execute(sql5)
conex04.Execute(sql5)
CODE APPLIED TO :
sql5 = "UPDATE Contracts SET Active=0 where IDUser=" & CInt(Session("IDUser"))
set rdo2 = conex04.Execute(sql5)
Your help would be MUCH appreciated  Thank you
|