Logging Users

E

Evan

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.
 
M

Mike Mueller

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.


: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.
:
:
 
J

Jennifer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top