savetoxml method question

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

savetoxml method question

Post by snorkel » Tue 21 Feb 2012 00:54

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?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 21 Feb 2012 10:14

Hello,

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.

Post Reply