Update a row in sql using asp

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 »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment