RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDatabaseMetaData.SupportsRowSetSize Property

Is TDBXCommand.RowSetSize property supported?

Pascal
property SupportsRowSetSize: Boolean;
C++
__property Boolean SupportsRowSetSize;

This property indicates whether the TDBXCommand.RowSetSize property is supported to control row buffering when executing queries. The constant DBXDefaultRowSetSize is the default row buffering size to use for drivers that return true for this property. 

 

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