SDAC

TDAScript.ExecuteStream Method

Executes SQL statements contained in a stream object.

Class

TDAScript

Syntax

procedure ExecuteStream(Stream: TStream);

Parameters
Stream
Holds the stream object from which the statements will be executed.

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback