About Ispirer Systems
Ispirer Home Page Database Migration Application Conversion Downloads
This article describes sqlways.ini file's [FORMATTING] section and the options it contains. This section is used to apply formatting and improve readability of a converted script.
| Option name | Description | 
|---|---|
| FORMATTING | Specifies whether the formatting would be applied or not. Available values 'Yes' and 'No' (default). | 
| LENGTH | Specifies the max number of symbols in a line. | 
| CAPS | Specifies whether all key words would be converted in capital letters or not. Available values 'Yes' and 'No' (default). | 
| EMPTY_LINE4DML | Specifies whether empty line spaces will be added after each DML statement. Available values 'Yes' and 'No' (default). | 
| NEW_LINE | Specifies whether all key words will start from a new line. Available values 'Yes' and 'No' (default). | 
| MULTIPLE_NEW_LINES2ONE | Searches for subsequent new lines in the source and replaces them with a single new line. Available values 'Yes' and 'No' (default). | 
Example:
[FORMATTING] FORMATTING=Yes LENGTH=50 CAPS=Yes