| Documentation |
|
The file parameter should include the path.
If the file is not given, then the generated file will be: User.Home &/ "Dump_" & hCon.Name & ".sql"
By default include the following options:
--force
Continue even if an SQL error occurs during a table dump.
--no-autocommit
Enclose the INSERT statements for each dumped table within SET AUTOCOMMIT = 0 and COMMIT statements.
--routines
Dump stored routines (functions and procedures) from the dumped database.