Forums
This topic is locked
Databasing?
Posted 24 Dec 2002 00:26:59
1
has voted
24 Dec 2002 00:26:59 November Engel posted:
Dont know where this would go, really, so Ill put it here.How do I make a database of usernames and passwords for my website, so a person can sign up to use it?
Replies
Replied 28 Dec 2002 16:55:43
28 Dec 2002 16:55:43 carolus Holman replied:
What kind of Databases do you have access to? SQL, Access, Filemaker?
Essentially you create a table with 3 Columns, 1 Column used for identity, ie 1,2,3,4,5 etc set to auto increment and as a key field, Nest a username column, then a password column. You can use the built in Password extension in DWMX, point the connection to your database and then select your table, select the Username and password fields, you may add an access level field if you need to.
That's all there is...
Carolus Holman
Essentially you create a table with 3 Columns, 1 Column used for identity, ie 1,2,3,4,5 etc set to auto increment and as a key field, Nest a username column, then a password column. You can use the built in Password extension in DWMX, point the connection to your database and then select your table, select the Username and password fields, you may add an access level field if you need to.
That's all there is...
Carolus Holman