MyDump

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
OlliT
Posts: 1
Joined: Thu 20 Sep 2007 14:59

MyDump

Post by OlliT » Thu 20 Sep 2007 15:13

Hello, my english is very bad, i hope you understand me now.

I used bevor I have CoreLab Components for Dump the console.

The SQL Statement Insert Into is another one like this from CoreLab TMyDump.

From Console is:
INSERT INTO `table` (`ID`, `Field1`, `Field2`, `Field3`) VALUES (1,'Wert1',Wert2,Wert3),(2,'Wert1',Wert2,Wert3),

From MyDump is:
INSERT INTO table VALUES (1,'Wert1',Wert2,Wert3), 2,'Wert1',Wert2,Wert3),

Is there any option to do this from the console? I used it to update tables.
I create the database, create the tables and than I get the dump with the data.
But is the table get a new field, i get an error with the dump from MyDump. If i used the dump from mysql console it works fine.

Thanks
O.T.

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

Post by Antaeus » Mon 24 Sep 2007 06:34

Thank you for information.
It is likely that in one of the nearest builds we will add an option to control such behaviour, similar to the --complete-insert option of the mysqldump program.

Post Reply