RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSet.Prepared Property

Determines whether or not a set of dataset queries is prepared for execution.

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

Examine Prepared to determine if a set of queries is already prepared for execution. If Prepared is true, the set of queries is prepared, and if Prepared is false, the set of queries is not prepared. While a set of queries need not be prepared before execution, execution performance is enhanced if the set of queries is prepared beforehand, particularly if it is a parameterized set of queries that is executed more than once using the same parameter values. 

 

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