Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mark617
Starting Member
2 Posts |
Posted - 2002-05-13 : 17:06:28
|
| I am trying to figure out how I can create a table in SQL 7.0 that I could use for user name & password & data access table so I can do the following ( someone told me that this is possible ) I am trying to make a web database that would ask a user to enter user name & password, based on the user name and password it would let the user to a specific site for example: user name: datamark password: testing start site:datamark.asp user name: markdata password: testing2 start site: markdata.asp something like that. If you can hellp please let me know |
|
|
DrewBurlingame
Starting Member
49 Posts |
Posted - 2002-05-13 : 17:36:39
|
| Unless I'm mistaken, this sounds more like an asp (insert any similar web technology here) question. The table you show looks to be adequate for the job. You just need to create the code that redirects someone to the page listed in the start site column.You will probably have better luck with this project at a site that works w/ your specific technology. For example www.learnasp.com or www.gotdotnet.com. |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-05-13 : 17:45:45
|
| http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=15333 |
 |
|
|
|
|
|