I have a password protected site, using an Access database and ASP as shown
in this
tutorial:
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498

I would like to automitically log when a user signs in, presumably using a
seperate Access database. Can anyone point to to a simple way of
accomplishing this?

Thanks in advance,

Evan

PS: I posted this in another group but thought maybe this group was more
appropriate.

Re: Logging Users by Mike

Mike
Wed Aug 23 16:20:24 CDT 2006

You can actually use the same database, I did. I just
executed another SQL query to write the usernamer, password,
date-time into a seperate table. I will see if I can find
the coding for that.


"Evan" <x@x.com> wrote in message
news:OH%23FUbvxGHA.3512@TK2MSFTNGP04.phx.gbl...
:I have a password protected site, using an Access database
and ASP as shown
: in this
: tutorial:
:
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
:
: I would like to automitically log when a user signs in,
presumably using a
: seperate Access database. Can anyone point to to a simple
way of
: accomplishing this?
:
: Thanks in advance,
:
: Evan
:
: PS: I posted this in another group but thought maybe this
group was more
: appropriate.
:
:



Re: Logging Users by Evan

Evan
Wed Aug 23 16:43:57 CDT 2006

very cool. I'll check back aften! thanks
"Mike Mueller" <MyName@ecinet.net.net> wrote in message
news:uuWRznvxGHA.1256@TK2MSFTNGP02.phx.gbl...
> You can actually use the same database, I did. I just
> executed another SQL query to write the usernamer, password,
> date-time into a seperate table. I will see if I can find
> the coding for that.
>
>
> "Evan" <x@x.com> wrote in message
> news:OH%23FUbvxGHA.3512@TK2MSFTNGP04.phx.gbl...
> :I have a password protected site, using an Access database
> and ASP as shown
> : in this
> : tutorial:
> :
> http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
> :
> : I would like to automitically log when a user signs in,
> presumably using a
> : seperate Access database. Can anyone point to to a simple
> way of
> : accomplishing this?
> :
> : Thanks in advance,
> :
> : Evan
> :
> : PS: I posted this in another group but thought maybe this
> group was more
> : appropriate.
> :
> :
>
>



RE: Logging Users by Jennifer

Jennifer
Tue Sep 19 11:56:02 CDT 2006

Evan,

Did you get your password protected pages (under the customizing your
webpage section of that link) to work? I was able to log in into the
database fine, but when I went to access a page that was protected, I
couldn't view it.

Jennifer

"Evan" wrote:

> I have a password protected site, using an Access database and ASP as shown
> in this
> tutorial:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
>
> I would like to automitically log when a user signs in, presumably using a
> seperate Access database. Can anyone point to to a simple way of
> accomplishing this?
>
> Thanks in advance,
>
> Evan
>
> PS: I posted this in another group but thought maybe this group was more
> appropriate.
>
>
>