TMyDump with Objects = doData generates also CREATE TABLE

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Thomas J.
Posts: 95
Joined: Mon 21 Nov 2005 12:16
Location: Germany

TMyDump with Objects = doData generates also CREATE TABLE

Post by Thomas J. » Mon 03 Apr 2006 12:08

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

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 04 Apr 2006 09:42

To avoid generating CREATE TABLE statement you should set doTables option to false.

Post Reply