RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLTable.TableName Property

Specifies the table on the database server represented by this component.

Pascal
property TableName: WideString;
C++
__property BSTR TableName;

Set TableName to the name of a table on the database server. TSQLTable automatically generates an SQL query to fetch all of the records and all of the fields in that table.

Note: In the automatically generated SQL query, the ORDER BY clause is determined by the IndexName or IndexFieldNames property.
 

IndexFieldNames 

IndexName 

Representing the Records in a Table

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