RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOQuery Class

TADOQuery provides the means for issuing SQL against an ADO data store.

Pascal
TADOQuery = class(TCustomADODataSet);
C++
class TADOQuery : public TCustomADODataSet;

ADODB

Use TADOQuery to access one or more tables in a data store using SQL statements. 

Retrieve data from tables in an ADO data store using SELECT statements. Perform actions on tables and other metadata objects in an ADO data store with statements like INSERT, DELETE, UPDATE, ALTER TABLE, and CREATE TABLE. Execute stored procedures. 

 

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