Dumps the results of a particular query.
procedure BackupQuery(const Query: string);
Call the BackupQuery method to dump the results of a particular query. Query must be a valid select statement. If this query selects data from several tables, only data of the first table in the from list will be dumped.