Icon LoadFromStream Method

procedure LoadFromStream(SourceStream: TStream)

Usage

Call the LoadFromStream method to load the contents of a table, view, or query result set from a stream containing data previously created using the SaveToStream method. The table, view, or query result set must first be opened or generated by calling the Open, ExecSQL, or ExecProc methods.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image