DAC for MySQL
TMySQLDump.Properties.IncludeHeader | Previous Next |
Sets if the dump information will be written at the beginning of the SQL file.
Syntax:
property IncludeHeader : Boolean default True;
Description:
If IncludeHeader propery is set in TRUE, several comments strings with the information about dump
version, host name, and database name will be included in the header of the SQL file defined in the
SQLFile property.