The following table gives the settings and values that Microsoft Jet 3.5 installs for the text formats. These settings are located in the \HKEY_LOCAL_MACHINE
\SOFTWARE\Microsoft\Jet\3.5\ISAM Formats\Text key of the Windows registry.
Note The FormatFunction, WizardProject, ImportWizardFunction, and ExportWizardFunction settings are added by Microsoft Access.
| Setting | Value |
| Engine | Text |
| ExportFilter | Text files (*.txt; *.csv; *.tab; *.asc) |
| ImportFilter | Text files (*.txt; *.csv; *.tab; *.asc) |
| CanLink | 01 |
| OneTablePerFile | 01 |
| IsamType | 2 |
| IndexDialog | 00 |
| CreateDBOnExport | 00 |
| FormatFunction | txt,SOA_RptToAscii,1,MS-DOS Text (*.txt) |
| WizardProject | wzlib80.mde |
| ImportWizardFunction | mx_entry |
| ExportWizardFunction | mx_entry |
| ResultTextImport | Import data from the external file into the current database. Changing data in the current database will not change data in the external file. |
| ResultTextLink | Create a table in the current database that is linked to the external file. Changing data in the current database will change data in the external file. |
| ResultTextExport | Export data from the current database into a text file. This process will overwrite data if exported to an existing file. |
| OutputFormat | MS-DOS Text (*.txt) |
| ReportFormat | MS-DOS Text |
| SupportsLongNames | 01 |