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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie SQL login with ASP?

Status
Not open for further replies.

mikecoal

Programmer
Joined
Nov 7, 2001
Messages
8
Location
US
I am new to creating an automated userlogin webpage.
Any information as to where i should look for tutorials, books etc. would be greatly appreciated.
What i want to do is almost identical to the "tek tips" new user login procedure where a new user inputs a login id and password, then sends them an email confirming.
Is this done using SQL database to store profile? if not then what is the best software to use? I am using an NT 4.0 server with SQL 6.5 (IIS, ASP)SQL ODBC as primary ODBC.
Thank you for your help!
 
there is a help tutorial on your ultradev located at

C:\Program Files\Macromedia\Dreamweaver UltraDev 4\Help\UsingUltraDev\html\10RestrictingAccess1.html

just modify your connection string for SQL database:

PROVIDER=SQLOLEDB; DATASOURCE=\{your-sql-file}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top