4
votes
Copying DBXReader to ClientDataSet – DataSnap 2010
Andreano Lanusse
– If you are using DataSnap 2010 for sure use DBXFramework, which I strong recommend for operations where you don’t Data Aware components or bi-directional datasets. In some cases is necessary to copy content from DBXReader to TClientDataSet or TParams, for this situation Delphi has the unit DBXDBReaders.pas, which include some classes that allow this kind of operation. The class TDBXDataSetReader has 2 methods, one you define what ClientDataSet will receive the DBXReader data and another which returns a new ClientDataSet, the follow code demonstrate how to do that: var Reader: ...
Statistics
|
Visits by Source |
User Actions |




