What is the best way to tell if an insert statement has succeeded in ASP? I want to print a confirmation message after users submits an online form, but only if the record successfully posts to the database. Thanks
Unless you get an ASP or a SQL error back, it should have posted fine, but you can always build a quick SQL statement to pull that record back out again. If it returns a blank recordset, then it is not in the database. Harold Blackorby
hblackorby@scoreinteractive.com
St. Louis, MO
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.