Icon SaveToStream Method

procedure SaveToStream(DestStream: TStream)

Usage

Call the SaveToStream method to save the contents of the dataset to a stream. You can then use LoadFromStream method to load the data from the stream using another TDBISAMTable or TDBISAMQuery component.

Information Do not use this method with very large datasets. It is recommended that you do not use it with datasets over a few megs in size.
Image