RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.Prepared Property

Specifies whether the command is prepared before execution.

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

Set Prepared before calling the Open method to specify whether ADO prepares the command used to create the dataset’s recordset. If Prepared is set to true and the dataset component is connected to a data store, ADO prepares the command before executing it. If Prepared is set to false, ADO does not prepare the command. 

The default value of Prepared is false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!