Identifies whether the DROP TABLE statements will be added to SQL script.
property AddDropTable: Boolean;
Description
When exporting a table to SQL script, set AddDropTable to true to ensure that script will be performed correclty later even if the table already exists.
|
|