Icon RemoteReadSize Property

property RemoteReadSize: Integer

Usage

Use the RemoteReadSize property to specify how many records should be read at once whenever a remote session needs to read records from a database server. This property is most useful when performing a sequential navigation of a large remote table or query result set on a database server. You should be careful to not set this property to too high of a value since doing so can result in excessive memory consumption and network traffic. This is especially true when the access to a remote table or query result set is mostly random and not sequential.

Information This property is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image