Default Table Type
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Default Table Type
Attribute
TableType (TT)
Purpose
The type of text file (table) that is used when creating a new table and opening an undefined table.
Valid Values
Comma | Tab | Character | Fixed | Stream
The value chosen determines the type of text used for a table: comma-separated, tab-separated, character-separated, fixed length, or stream.
Notes
- The Default Table Type setting applies only to tables not previously defined. It also determines the attributes of new tables created with the Create Table statement.
Default
Comma