EPUB | CHM | PDF

TPSQLCopy.Methods.LoadFromStream

Top Previous Next

Send to server data read from a stream.

Syntax:

procedure LoadFromStream(Stream: TStream);

Description:

Call LoadFromStream to send to server data read from a stream. If the stream is a file stream, LoadFromStream does the same thing as LoadFromClientSideFile, except the application must create and destroy the file stream.

See also: LoadFromClientSideFile