SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemTable.LoadTableFromStream
TSQLMemTable
Top 

Loads an in-memory table's data from a stream.

procedure LoadFromStream(Stream: TStream);

Description
Call LoadFromStream to populate the Data property of the in-memory table with data from a stream. Stream is the name of the stream from which to read data.

Note:   Stream must contain data in a in-memory table's internal format (for example, data written to a stream by another in-memory table using the SaveToStream method.


© AidAim Software SQLMemTable: In-memory Sql Database Delph