I figured out the problem. After hours looking into what was wrong, I realized that line 28
If Request.Form("Action") = "Add" Then
is case sensitive and should be
If Request.Form("action") = "add" Then
because action and add in the form are not...
I seem to be having a problem with my SQL insert statement. I am not sure what the problem is, but I'm pretty sure it is the SQL insert statement (lines 31-32 and 379). I get the error message:
Microsoft VBScript runtime error ' 800a01a8'
Object required: ''
/STPEdit/addupdate.asp, line...
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.