In the version 5.55.0.39 MyDump1.BackupToFile
They generate several lines For one sentence insert with TMemoField and
When executing MyDump1.RestoreFromFile Give error.
Example
http://www.matheucomputacion.com.ar/Example.sql
Mydump error
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
-
cybsistemas
- Posts: 118
- Joined: Mon 12 Sep 2005 17:31
- Location: Argentina
-
cybsistemas
- Posts: 118
- Joined: Mon 12 Sep 2005 17:31
- Location: Argentina
CODE :
Procedure TForm2.Button1Click(Sender: TObject);
Begin
MyDump1.TableNames := 'Clientes';
MyDump1.BackupToFile('Backupxxx.sql');
End;
Look the 3 examples with wordpad
http://www.matheucomputacion.com.ar/example.zip
Executing
MyDump1.RestoreFromFile('Backupxxx.sql');
with 3 archives
Only the first one works (version 5.55.0.37)
Procedure TForm2.Button1Click(Sender: TObject);
Begin
MyDump1.TableNames := 'Clientes';
MyDump1.BackupToFile('Backupxxx.sql');
End;
Look the 3 examples with wordpad
http://www.matheucomputacion.com.ar/example.zip
Executing
MyDump1.RestoreFromFile('Backupxxx.sql');
with 3 archives
Only the first one works (version 5.55.0.37)