Delete command in sql using asp

This shows you how to delete a row in sql using asp.

strq = "DELETE FROM general_census WHERE db_id = " & db_id & ";"
cnnSimple.Execute strq

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment