Page 1 of 1

TMyDump with Objects = doData generates also CREATE TABLE

Posted: Mon 03 Apr 2006 12:08
by Thomas J.
How can I disable the generation of the CREATE TABLE statement?
I want to use two scripts one to generate the table structure and the other one to import the data. And therfore I don't need the CREATE TABLE statement in the dump file.

Thanks for your support

Posted: Tue 04 Apr 2006 09:42
by Antaeus
To avoid generating CREATE TABLE statement you should set doTables option to false.