public enum TableType
Remarks
TableType is used by ConvertTable to indicate the type of table to be created.
Name |
Description |
CDX |
CDX FoxPro-compatible indexes with FPT memo files. |
VFP |
CDX FoxPro-compatible indexes with FPT memo files with NULL field support and additional field types. |
NTX |
NTX indexes and DBT memo files. |
ADT |
ADI indexes and ADM memo files. |
See Also