I am writing a website using .asp with an Access Database backside. I
have a login process to access the database/website. I was wondering
if there is either a way in Access or VBScript to enforce exact
passwords. Right now it doesn't care if the password has upper case or
lower case letters.

Thanks

Jeremiah Thoman

Re: password protection by Babu

Babu
Wed Aug 16 10:11:07 CDT 2006

not sure what youre asking.
by default VBScript and ASP are, like every other programming language, case
sensitive.
if your app is case INsensitive, you must be doing something to tell it to
ignore case.



"thomanjl" <starwarfreak@Hotmail.com> wrote in message
news:1155739471.907085.67040@m79g2000cwm.googlegroups.com...
>I am writing a website using .asp with an Access Database backside. I
> have a login process to access the database/website. I was wondering
> if there is either a way in Access or VBScript to enforce exact
> passwords. Right now it doesn't care if the password has upper case or
> lower case letters.
>
> Thanks
>
> Jeremiah Thoman
>



Re: password protection by thomanjl

thomanjl
Wed Aug 16 10:21:36 CDT 2006

thanks, found where it was...

Babu VT wrote:
> not sure what youre asking.
> by default VBScript and ASP are, like every other programming language, case
> sensitive.
> if your app is case INsensitive, you must be doing something to tell it to
> ignore case.
>
>
>
> "thomanjl" <starwarfreak@Hotmail.com> wrote in message
> news:1155739471.907085.67040@m79g2000cwm.googlegroups.com...
> >I am writing a website using .asp with an Access Database backside. I
> > have a login process to access the database/website. I was wondering
> > if there is either a way in Access or VBScript to enforce exact
> > passwords. Right now it doesn't care if the password has upper case or
> > lower case letters.
> >
> > Thanks
> >
> > Jeremiah Thoman
> >