I am trying to validate input from a form on an ASP page that is going into an acess database. I am using asp and found some snipets of code that look like it would do what I wanted. It used vbscript and RegExp. I set up my code similar to the example only I don't get the validation back...
I am having a problem with a stored proceedure that I am using in conjunction with ASP. I keep getting :
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'CommandText'
Is there anyone out there that could let me know what this means and what I need to do to fix it.
ASP...
Hi,
In the following procudure I'm not getting any results back. I think I'm missing something simple...any advice?
Select Case Value
Case "Menu"
Response.Write("MealId="&MealID&"<br/>")
dbComm.CommandText = "sp_GetMenuItems"
dbComm.Parameters.Append...
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.