C++Builder 5 Developers Guide

   

Just using a TClientDataSet can improve performance, if your performance throughput is affected by network bandwidth demands. However, you can do more.

There are a variety of options you can use to improve performance with client datasets. Some of those options are available on the TProvider component. Others appear on the TClientDataSet component.

On the TClientDataSet some of the properties that affect performance include

On the TProvider , there are other properties that affect performance:

One other property can be useful in improving performance with client datasets. If your application surfaces its user interface on the Web, it might require an XML representation of its data. If that is the case, the XML data property of the TClientDataSet , can be used to provide a copy of the client dataset's local in-memory data as an XML data packet. This can save you from having to assemble the XML yourself programmatically.


   
Top

Категории