Updating the table of users in the database
You must add an Insert Record server behavior to the registration page to update the table of users in the database.
To update the table of users in the database:
- In the Server Behaviors panel (Window > Server Behaviors), click the Plus (+) button and select Insert Record from the pop-up menu.
The Insert Record dialog box appears.
- Complete the dialog box, making sure to specify the table of users in the database into which the user data will be inserted.
For instructions, see the following topics:
- Setting the Insert Record dialog box options (ColdFusion)
- Setting the Insert Record dialog box options (ASP & JSP)
- Setting the Insert Record dialog box options (PHP)
- Click OK.
The final step in creating a registration page is to make sure the user name is not used by another registered user. See Making sure the chosen user name is unique.
Related topics
- Building a registration page