Connection Definitions

This panel enables you to define SQL parameters for a Connection. These parameters are used by the Data Base Designer.

All the options that are written in capital letters refer to keywords of the CREATE TABLE command. For full details please see your SQL language reference manual.

ON DELETE. This option is only relevant for ORACLE7.

If you choose CASCADE this specifies that ORACLE maintains referential integrity by automatically removing dependent foreign key values if you remove a referenced primary or unique key value.

Otherwise choose Do Nothing.

COMMENT. Any text that you want to add as a comment to the script. The comment will appear enclosed by the comment symbols in the script.