Exports a table to SQL script.
function ExportToSQL: String; overload;
procedure ExportToSQL(Stream: TStream); overload;
procedure ExportToSQL(FileName: String); overload;
Description
Exports a table structure optionally with data from the Absolute Database format to SQL script.
Returns SQL script as a result of function or stores it into a stream or into the specified file.
Parameters of export are specified by ExportToSqlOptions.
|
|