database web access

  • Thread starter Thread starter Res
  • Start date Start date
R

Res

Hello:

I want design a website that will talk to an SQL 2000 database.
I am looking for a software that would:

1. When a visitor (user) feels a form, he/she is added to the
database

2. It must create a username and password for the above person in the
database

3. User then can do certain queries (stored procedures) on the
databse to retrieve information.

4. tell how many times a user accessed a procedure call.

5. The user can only read the information and change passwords, and
their personal info (address, phone)

6. Perhaps create a forum.

Can some one recommend a software (does not have to be free) that does all
these or close?

Thanks

Res
 
You could try looking for some php scripts to do this for you, there are
many free scripts out there, as long as you are willing to learn a bit to
edit them and configure them to your specific situation. Of course your web
hosting provider must have support for php as well as SQL.

Cheers,
Ben
 
Back
Top