Online Documentation


Project customization

Full Convert provides a rich set of project customization options. To access them, just click the 'Customize project...' button on the last page of the Project Settings wizard:

 

project-customization-button

 

You will see a multi-tabbed area.

project-customization

General settings

Deselect any of the 'Create' options to skip the action in question
Copy data will overwrite existing data in your target table. Append data will not touch the existing data in your target table, but will add the data from source database. No data will skip data copying completely.
Server folder enables you to specify bulk-mode folder from your database server perspective - for this project only

customization-general

Run SQL Script Before

You can specify the SQL script either by typing it here (press Edit script button to edit the SQL) or by instructing Full Convert to dynamically load the SQL file.
External file can be any .sql script, or a ZIP archive
When you use ZIP archive, by default all files inside it are unpacked and sent as SQL scripts. You can override this behavior by appending a file mask to a filename and separating path and mask with a # character.
Examples:
c:\t\script.zip
c:\t\script.zip#item.sql
c:\t\script.zip#*.sql

 

customization-sqlbefore

customization-sqlbefore-scriptclicked

Run SQL Script After

This is equivalent to 'Run SQL Script Before'

customization-sqlafter

 

Auto-rename Objects

Table name prefix specifies the text prepended to each target table. Use this when you are converting into existing database and you don't want to risk existing table being overwritten by a converted one.
Table name case specifies whether tables will be specified in original case, uppercase, or lowercase. Please note that per-table Table Settings override this setting.
Column name case specifies whether columns will be specified in original case, uppercase, or lowercase. Please note that per-table Table Settings override this setting.

 

customization-autorename