TADOQuery

E1014698

TADOQuery is a Delphi database component that executes SQL queries using ADO to access and manipulate data from various relational databases.

All labels observed (1)

Label Occurrences
TADOQuery canonical 2

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf ADO data access component ⓘ
Delphi database component ⓘ
belongsToLibrary ADOExpress ⓘ
canReturn live datasets ⓘ
read-only datasets ⓘ
category Database access components ⓘ
compatibleWith Microsoft Access ⓘ
Microsoft SQL Server ⓘ
linked to: SQL Server

MySQL ⓘ
Oracle ⓘ
PostgreSQL ⓘ
configurableVia Object Inspector ⓘ
linked to: Object Browser
developedIn Object Pascal ⓘ
hasMethod Close ⓘ
ExecSQL ⓘ
Open ⓘ
Prepare ⓘ
Refresh ⓘ
Requery ⓘ
UnPrepare ⓘ
hasProperty CommandTimeout ⓘ
Connection ⓘ
CursorType ⓘ
DataSource ⓘ
EnableBCD ⓘ
LockType ⓘ
ParamCheck ⓘ
Parameters ⓘ
Prepared ⓘ
SQL ⓘ
inheritsFrom TCustomADODataSet ⓘ
TDataSet ⓘ
partOf Delphi VCL ⓘ
platform Windows ⓘ
providedBy Embarcadero Delphi ⓘ
requires TADOConnection ⓘ
supports DELETE statements ⓘ
INSERT statements ⓘ
SELECT statements ⓘ
UPDATE statements ⓘ
design-time configuration ⓘ
parameterized queries ⓘ
run-time configuration ⓘ
usedFor accessing relational databases ⓘ
executing SQL queries ⓘ
manipulating relational data ⓘ
usedIn client-server applications ⓘ
desktop database applications ⓘ
usesTechnology ADO ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

TDataSource → isUsedWith → TADOQuery ⓘ
TQuery → replacedBy → TADOQuery ⓘ