Chapter 3 DBMS Reference Guide


EnableMultiFile

Multi-script allowed. This variable acts on the availability of the One File Only check box in the Generate database, Generate Triggers and Procedures, and Modify Database parameters windows.

Value Result
Yes The One File Only check box is available. If you deselect this check box, one script is created for each table, and a general script will sum up all the single table script entries. Each single script has the table name and the extension defined in TableExt variable. If you select this check box, a unique script will include all the orders.
The general script has the file extension described in the DBMS variable ScriptExt , and its name is customizable in the File Name entry of the generation or modification parameters boxes. The default names are CREBAS for database generation, CRETRG for triggers and stored procedures generation, and ALTER for database modification
No The One File Only check box is grayed, and a unique script will include all the orders.
The file extension is described in the variable ScriptExt, and its name is customizable in the File Name entry of the generation or modification parameters window. The default names are CREBAS for database generation, CRETRG for triggers and stored procedures generation, and ALTER for database modification

For information on variables used with PowerDesigner, see section "PDM variables".

Example

EnableMultiFile = YES

 


Copyright (C) 2005. Sybase Inc. All rights reserved.