Search code examples
c++delphitclientdataset

Is there an implementation for Delphi:TClientDataSet in C++ for MVS?


I want to migrate from Embarcadero Delphi to Visual Studio, but without a TClientDataset class it is very difficult. This class represents an in-memory dataset.

I can't find any class like TClientDataset.

Can anyone help me find something like this please?


Solution

  • Visual studio has DataSet and DataTable classes which are very close to what a TClientDataSet is in Delphi.

    See http://msdn.microsoft.com/en-us/library/system.data.dataset.aspx