Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread remotereadsize optimization
Fri, Jun 9 2006 1:03 PMPermanent Link

Jason Lee
Hey all,

Where is the optimal place to set RemoteReadSize for a table or query?

e.g.

Table.Open;
Table.RemoteReadSize := 10;
Table.First

or before the Open method?
or after the First method?

Regards,

Jason Lee
Mon, Jun 12 2006 11:25 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Jason,

<< Where is the optimal place to set RemoteReadSize for a table or query?

e.g.

Table.Open;
Table.RemoteReadSize := 10;
Table.First

or before the Open method?
or after the First method? >>

Before the Open is best because the Open may cause a record or records to be
read internally.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image