Hi,
I need to send a dataset from a Lazarus/FPC server to a delphi client.
I noticed there is a savetoXML method, but how do I load this back once I stream it across the wire using Synapse?
There are no methods for loading data from files and streams in DataSet. You can use the TVirtualTable component at the client for loading the obtained XML and work with the data.