Re: Validate logins with ASP, MS Access and Cookies error




malcolm wrote:
Hi, while trying to validate username and password on login form I am
presented with the following error message


Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/vdateUsr.asp, line 53

The 2 fields within the database are text fields (UID) and (PWD) these are
spelt correctly!


<snip>
sqlStr = "Select * From tblusers where username = '" _
& Request.Form("UID") & "' and password = '" & Request.Form("PWD") & "'"


No - they're not spelt correctly. In your SQL statement you refer to
two fields called username and password, yet you said they are called
UID and PWD. Which is correct?

--
Mike Brind

.



Relevant Pages

  • Dragonfly Shopping Cart Multiple vulnerabilities
    ... Microsoft JET Database Engine error '80040e07' ... Data type mismatch in criteria expression. ...
    (Bugtraq)
  • Re: access 2007 and asp 3.0
    ... i am in a big trouble with access 2007 ... Microsoft JET Database Engine error '80004005' ... Unrecognized database format. ...
    (microsoft.public.office.misc)
  • access 2007 and asp 3.0
    ... i have an asp 3.0 website, with an access 2000 db in the backend. ... Microsoft JET Database Engine error '80004005' ... Unrecognized database format. ...
    (microsoft.public.office.misc)
  • Re: ASP code to automatically change month
    ... intact is a typo caused by Outlook auto-correcting spelling :-( should have been intCat ... > FrontPage Support: http://www.frontpagemvps.com/http://www.rxs-enterprises.org/fp ... >> Microsoft JET Database Engine error '80040e14' ...
    (microsoft.public.frontpage.programming)
  • Re: 80004005 . . . .is not a valid path
    ... > Microsoft JET Database Engine error '80004005' ... running under the local IUSR account. ... Please reply to the newsgroup. ...
    (microsoft.public.inetserver.asp.general)