TMyDump and special charactes
Posted: Wed 06 Apr 2005 07:43
Hi
I'm using D5, mysql 4.1.10a Win2000 and MyDac 3.50.18
I exported a table using tmydump and I obtained the text:
INSERT INTO JKABICOD VALUES
(1000, 2801, '', 0, 'PRATO', 'DELL\ORIUOLO', 'FIRENZE', '', '50122', 'FI');
(this file contains a "special" character " ' " that tmydump correctly writes " \ ")
When I try to restore this file using tmydump, it divide the sql on \ so the sql is broken and the restore process cannot execute statements.
Thanks
I'm using D5, mysql 4.1.10a Win2000 and MyDac 3.50.18
I exported a table using tmydump and I obtained the text:
INSERT INTO JKABICOD VALUES
(1000, 2801, '', 0, 'PRATO', 'DELL\ORIUOLO', 'FIRENZE', '', '50122', 'FI');
(this file contains a "special" character " ' " that tmydump correctly writes " \ ")
When I try to restore this file using tmydump, it divide the sql on \ so the sql is broken and the restore process cannot execute statements.
Thanks