This topic is locked

is ths corect sql command update

8/9/2008 3:00:46 AM
ASPRunnerPro General questions
O
omar882 author

this is command
strSQLupdate = "update cars set approved=0 where userid='" & dic("username") & "'"

dbConnection.Execute strSQLupdate

J
Jane 8/12/2008

Where do you use this code?