[fpc-pascal] TClientDataset equivalent?

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Tue Nov 8 11:52:33 CET 2011



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.



More information about the fpc-pascal mailing list