
help me on the login script
<snipped unrelated and non-English newsgroups>
Well, you'll have to maintain your own Login page. Present the user with two
textboxes for UserName and Password which you then pass off to saved Access
querydefs via the Command object and it's Parameters collection. It's best
to use the StrComp function for the password validation in the query to
maintain case-sensitivity.
-- Dev
Hi, All the ASP Experts:
Now i am writing a login script. I am using access database, in the database
there is a member table, has 10 reacords. (name,password).
I want to have a asp script only these 10 members using the their indivual
password to login.
If not will not login to the first.asp page.
I really need help? Thank you in advance.
Thanks again.
Hongwei