Advantage TDataSet Descendant
Indicates the table/index structure for the table that this component encapsulates.
type TAdsTableTypes = (ttAdsCDX, ttAdsVFP, ttAdsNTX, ttAdsADT);
property TableType: TAdsTableTypes;
Use TableType to specify the table structure. TableType can be set to one of the following values:
|
Value |
Meaning |
|
ttAdsCDX |
Table is a FoxPro compatible table type with CDX/IDX indexes |
|
ttAdsVFP |
Table is a Visual FoxPro compatible table type with CDX/IDX indexes |
|
ttAdsNTX |
Table is a CA-Clipper compatible table type with NTX indexes |
|
ttAdsADT |
(Default) Table is an Advantage proprietary table type with ADI indexes. |
Note This property is ignored when using a TAdsConnection component that references an Advantage Data Dictionary. In this situation the table type stored in the dictionary is automatically used.