On Tue, 8 Nov 2011, Rich Saunders wrote:

I'm designing a new program and would like to use Delphi's
TClientDataset but would also like to keep FPC compatibility as high as
possible. What is the closest equivalent available in the FPC ecosystem?

TBufDataset in the bufdataset unit. It has support for writing data packages
and deltas (even in XML, I think).

It has no support for transporting these packages. That can be done using
WST.

Or, you can use Data Abstract from RemObjects (a commercial product), which
works with FPC and Delphi alike.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to