html page gathers info, and I am trying to pass it to the asp page to check it against an Access database.
I am getting this error message.
Provider cannot derive parameter information and SetParameterInfo has not been called.
This is my code. The form is sent by get.
rsValidatePassword.setParameter 0, Request.QueryString("txtUserName"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
rsValidatePassword.setParameter 1, Request.QueryString("txtPassword"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
rsValidatePassword.open
what's wrong
I am getting this error message.
Provider cannot derive parameter information and SetParameterInfo has not been called.
This is my code. The form is sent by get.
rsValidatePassword.setParameter 0, Request.QueryString("txtUserName"
rsValidatePassword.setParameter 1, Request.QueryString("txtPassword"
rsValidatePassword.open
what's wrong