Specifies whether the table field names will be used whlie exporting table data.
property FieldNamesInInserts: Boolean;
Description
When exporting a table to SQL script, set FieldNamesInInserts to true and the table records will be exported as INSERT statements with field names specification. This option is useful when table structure may be changed, for example when the table fields are reordered.
|
|