Login
Language:
Currency:
VAT Mode:

No Update Columns


You will find the No Update Columns page from the Generate Your Code page. Click the Advanced button and then the No Update Columns menu.

graphic

No Update Columns are columns in a table that are designed to be read only. After the data is inserted and a row is created, the data should only be read from the database. Often times, these columns are creation date columns. For example the date an order was created typically is never updated. Select the table to the left and the columns in that table will populate to the right. Simply select the columns in the table that you want to be No Update Columns and click the Apply button. After you set a column to No Update, the column will not be updated even if the developer explicitly sets the column to a new value. No Update columns relieve the developer of the responsibility of remembering what columns should or should not be updated.

Select the columns in your database that are No Update Columns and click the Apply button.

Click the Close button to return to the DOM Wizard - Generate Your Code page.

graphic