MyDAC
TMyBackupMode Enumeration
Specifies the mode of TMyBackup work.
Unit
MyBackup
Syntax
TMyBackupMode = (bmBinary, bmText);
Values
Value
Meaning
bmBinary
The fastest way of saving data. Files with the tables are copied physically to the specified folder (Path). This mode is not supported for several table types, for example, InnoDB.
bmText
Data from the tables is copied as a text file. To specify its format use
TMyBackup.EnclosedBy
,
TMyBackup.EscapedBy
,
TMyBackup.FieldsTerminatedBy
,
TMyBackup.LinesTerminatedBy
properties. This mode can be used for all table types.
© 1997-2024 Devart. All Rights Reserved.
Request Support
DAC Forum
Provide Feedback