Your problem is that you have not defined the constants adOpenStatic and adLockOptimistic. VBScript converts any undefined variables into zero. So your code is interpreted as objRS.Open "CMCNTRreq", strSQL, 0, 0.
These constants along with others are defined in the msado15.dll. I...
Targol,
You missed a closing tag:
<TEXTAREA NAME="question" ROWS="5" COLS="60"></textarea>
Also, it might be a good idea to check for invalid entries as well as blank fields (ie spaces) in your validation code. As your code stands now, a form full of spaces could...
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.