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 via its name or a background SQL statement is used. Not all providers support accessing a table by its name and require that the access be made with a SELECT statement. If TableDirect is True, then the data retrieval request is simplified and all the columns are returned. Otherwise, the TADOTable component creates a SELECT statement to retrieve the table's data.  

The default value of TableDirect is False. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!