RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOTable.TableDirect Property

Specifies how the table is referenced.

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

Set TableDirect to specify whether the table is accessed simply via its name or whether a background SQL statement is used. Not all providers support accessing a table by its name and require that this access be done with a SELECT statement. If TableDirect is true the data retrieval request uses a background SQL statement and all columns are simply returned. If it is false, the TADOTable component creates a SELECT statement to retrieve the table's data. The default value of TableDirect is false. 

 

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