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


TSQLMemTable.SaveAllTablesToStream
TSQLMemTable
Top 

Saves all in-memory tables to stream.

procedure SaveAllTablesToStream(Stream: TStream; CompressionAlgorithm: TCompressionAlgorithm = caNone; CompressionMode: Byte = 0; BlockSize: Cardinal = 0);

Description
Call SaveAllTablesToStream to write all existing in-memory tables (both data and structure) to stream for later usage.

Stream is the name of an existing stream to write to.
CompressionAlgorithm specifies algorithm used to compress data file.
CompressionMode determines compression level. If CompressionAlgorithm <> caNone then CompressionMode parameter value must be in 1..9 range.
BlockSize is a size of data blocks used by compression.


© AidAim Software SQLMemTable: