Before doing this tutorial, you need to create a new table in the database. To do this follow the instructions below.
Download the content from the Downloads on this page. This includes:
- A form called summitData
- A JavaScript script called databaseManagement
- A JavaScript script called dataDefinition
Import these into your Studio.
Open the summitData form and go to the Events tab in the Form properties 
You'll see the databaseManagement script in the Shared Functions. This script contains a series of functions that, when executed, will create a new database table with data.
The dataDefinition script has been added to the Before Form event. When executed this script creates the new database table and inserts its data.

Run the summitData form. Nothing will happen in the browser, but check the Server logs
and you'll see that a new table called sevenSummits has been created in the VerjSamples database.