User Login page using access DB and FrontPage

T

tindatrue

How do i make a loing page for user to enter in restricted page/s
user's name and pw should be in Database

i am using microsoft frontpage 2003
 
J

Joe

I have done this on a server that runs IIS. I used ASP, ODBC, an Access
database, and VBScript. It can also be done with Javascript, but then it runs
on the browser. So, there is no easy answer. It depends on what type of web
server you're going to put it on. Also, if many people are going to use the
database (I assume it will be for a lot more than just logging in), then you
might be better off with SQL Server than a simple Access database.
 
S

Stefan B Rusynko

FYI
Can't be done w/ JavaScript running a Database

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have done this on a server that runs IIS. I used ASP, ODBC, an Access
| database, and VBScript. It can also be done with Javascript, but then it runs
| on the browser. So, there is no easy answer. It depends on what type of web
| server you're going to put it on. Also, if many people are going to use the
| database (I assume it will be for a lot more than just logging in), then you
| might be better off with SQL Server than a simple Access database.
|
| "Ronx" wrote:
|
| > See
| > http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
| >
| > for one solution.
| >
| > You must be hosted on a Windows server to use Access.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| > http://www.rxs-enterprises.org/fp
| >
| >
| >
| > | >
| > > How do i make a loing page for user to enter in restricted page/s
| > > user's name and pw should be in Database
| > >
| > > i am using microsoft frontpage 2003
| > > --
| > > Please let me know
| >
| >
 
Top