Icon RemoteReadSize Property

property RemoteReadSize: Integer

Usage

Use the RemoteReadSize property to specify how many rows should be read at once whenever a remote session needs to read rows from an ElevateDB Server. This property is most useful when performing a sequential navigation of a large remote table, view, or query result set on an ElevateDB 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, view, or query result set is mostly random and not sequential.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image