need a database ???

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

HELP! I have a customer that I've designed a webpage for that would like to
put in a section where members could look up the points that they have
earned in various classes - this section would need to be able to be
accessed for INPUT by me ... and by the owner of the site - the members
would receive a password and then be able to find the info....

can someone point me in the right direction on how to do this? is there a
specific program that would be good for this - or does fp2002 have anything
in it that would be a breeze to implement?

if anyone is familiar with AQHA site and how members access the records
section - this is pretty much what they want.

thanks
Pam

PS .. a BIG ps........ what would some of you charge for something like
this???
 
FrontPage will help with basic database duties. You will generally use
Access for this, simply due to ease, but other DBs, like MySql can be used,
although you will have a bit more work to implement.

The password protection will require some hand coding, as FrontPage works to
display data, but does not have built in security. It is fairly easy to find
code samples in ASP (and ASP.NET if the server has .NET installed) for log
in and display. if you do not feel comfortable, you should be able to find a
freelancer in your area that can put basic log in security for a few hours
worth of pay.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top