Executes SQL statements contained in a file.
procedure ExecuteFile(const FileName: string);
Call the ExecuteFile method to execute SQL statements contained in a file. Script doesn't load full content into memory. Reading and execution is performed by blocks of 64k size. Therefore, it is optimal to use it for big files.