Executes SQL statements contained in a stream object.
procedure ExecuteStream(Stream: TStream);
Call the ExecuteStream method to execute SQL statements contained in a stream object. Reading from the stream and execution is performed by blocks of 64k size.