RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.DefaultRowsetSize Constant

DefaultRowsetSize represents the default row buffering size.

Pascal
DefaultRowsetSize = DBXDefaultRowSetSize;
C++
DefaultRowsetSize = DBXDefaultRowSetSize;

The value of the DefaultRowsetSize constant is 20. To use a different RowSetSize for existing Oracle database connections, manually add the RowSetSize property (for example, RowSetSize = 200) to dbxconnections.ini (Windows) or dbxconnections.conf (Linux). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!