RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxCommand.Prepare Method

Create a compiled version of a command on the data source.

Pascal
procedure Prepare; override;
C++
virtual __fastcall Prepare();

Prepare creates a compiled version of a SQL command on the data source. If the CommandType property is TableDirect, Prepare does nothing. 

 

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