TurboDB VCL Component Library

TTdbTableFormat Type

Previous  Top  Next

Indicates the file format of a table file.

Unit

TdbTypes

Delphi syntax:

type TTdbTableFormat = (tffDBase, tffSDF, tffMyBase, tffTdb);

C++ syntax:

enum TTdbTableFormat {tffDBase, tffSDF, tffMyBase, tffTdb};

Description

Table Format        Description

tffDBase        dBase III+ compatible file        

tffSdf                System Data Format. This is a text file where the values are separated by a separator character and enclosed with quote characters.        

tffMyBase        XML file in MyBase format. This is the format the TClientDataSet uses to store its data locally. This format is supported for export only.        

tffTdb                TurboDB database table file