The technical design property options for permitted value default enforcement are listed in the following list.
By enabling the DBMS to control the permitted value enforcement, you are requiring all applications (CA Gen or not) that will be reading tables in the generated database to adhere to the same permitted value rules.
If you allow the database to handle the permitted value violations, there will be no action taken for the reads within the CA Gen application.
This is a good selection if there are no permitted values in the database, or if you do not want the DBMS to enforce the permitted values for READ statements.
By enabling the DBMS to control the permitted value enforcement, you are requiring all applications (CA Gen or not) that will be creating or updating rows in any of the tables in the generated database to adhere to the same permitted values.
If you select this option, an SQL return code will be returned to the CA Gen application within the create statement (when permitted value violation exception) and you will handle it in the procedure logic. See the chapter titled “Designing the Procedure Logic” to learn more about this technique.
This is a good selection if there are no permitted values in the table, or if you do not want the DBMS to enforce the permitted values for create and update statements.
|
Copyright © 2013 CA.
All rights reserved.
|
|