AttemptMaxRows property

Applies to
TIB_TimeoutProps

Declaration
Property AttemptMaxRows : longint;

Description
While attempting to fetch in records from datasets that do not have the caFetchAll CommitAction set it is a possibility that a user may open a very large dataset containing millions of rows. If they weren't aware they could actually end up pulling down all those records from the server and never get to the end of the dataset anyway. In fact, they would probably exhaust the memory on the client machine before this would succeed anyway.

This property is to limit the number of records that IBO will fetch while in the process of automatically attempting to make it so that the transaction can be cysled.