This is how you update a row in SQL using ASP.
strq = "UPDATE crs_applicants SET education_completed = " & education_completed & ", graduate = " & graduate & ""
strq = strq & " WHERE tdb_id=" & tdb_id & ";"
cnnConn.Execute strq
This is how you update a row in SQL using ASP.
strq = "UPDATE crs_applicants SET education_completed = " & education_completed & ", graduate = " & graduate & ""
strq = strq & " WHERE tdb_id=" & tdb_id & ";"
cnnConn.Execute strq
No comments yet.
RSS feed for comments on this post. TrackBack URL