SaveToStream in TZAbstractRODataset
Posted: 02.05.2024, 01:41
Why was the SaveToStream function defined only for the TZAbstractMemTable and not for the TZAbstractRODataset?
I'm developing an HTTP Server and I needed to transport a Stream of the result of a TZQuery or a TZReadOnlyQuery to the client, that's when I realized that the SaveToStream function belonged only to the TZMemTable
Would it be possible to move or create a SaveToStream for TZQuery and TZReadOnlyQuery?
Thanks
I'm developing an HTTP Server and I needed to transport a Stream of the result of a TZQuery or a TZReadOnlyQuery to the client, that's when I realized that the SaveToStream function belonged only to the TZMemTable
Would it be possible to move or create a SaveToStream for TZQuery and TZReadOnlyQuery?
Thanks