Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Creation and ASP

Status
Not open for further replies.

doctorcpu

Technical User
Sep 25, 2000
2
US
Hi,

I'm looking for help in creating a small SQL database which uses ASP's to query for data, save users profile as they logon from the internet and require a user to have a logon name and password to access the site.

Looking for anyone willing to assist me with this project. I've purchased books, but got nothing from them.

Wesley My email address is doctorcpu@hotmail.com

[sig][/sig]
 
If your need is only to store UserName and Password to validate users, I feel you should not create SQL database, instead save it in a file(may be a text) on server(encrypted) and use it to validate.

else if you still need a database:
1. to create database search on "create database" at any search engine, yahoo/altavista, u will get quick help.

2. for your quick reference,
- first create domain at your sql server(if u have not created one). U can use SQL Enterprise for this and for following steps.
- create new server
- create new database
- create new table
all above options you will found as you perform one step successfully. and options will be avialble on the right click.

Hope this help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top