diff options
Diffstat (limited to 'docs/html/xbad.html')
-rwxr-xr-x | docs/html/xbad.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/html/xbad.html b/docs/html/xbad.html new file mode 100755 index 0000000..7356b7b --- /dev/null +++ b/docs/html/xbad.html @@ -0,0 +1,27 @@ +<!DOCTYPE HTML PUBLIC> +<HTML> +<TITLE>Xbase DBMS Appendix D</TITLE> +<BODY BGCOLOR=#FFFFFF> +<H2><p align="center">File Types</p></H2> +<p align="center">Chapter Updated 12/09/22</p><hr> + +<h3>Supported File Types.</h3> + +All supported file types have one the following file extensions: +The extensions are allway upper case.<br><br> + + +<table > +<TABLE BORDER> +<TR VALIGN="BASELINE"> +<TR><TH>File Type</TH><TH>Description</TH></TR> +<TR><TD>*.DBF</TD><TD>Main database file or Table</TD></TR> +<TR><TD>*.DBT</TD><TD>Memo file data</TD></TR> +<TR><TD>*.INF</TD><TD>INF - Behave like MS ODBC File. Used to auto open NDX index file</TD></TR> +<TR><TD>*.MDX</TD><TD>Production V4 index file, contains up to 47 tags. Automatically opened.</TD></TR> +<TR><TD>*.NDX</TD><TD>Non production V3 index files. Contains one tag per file. Automatically opened if included in ocrreespondin INF file.</TD></TR> +</TABLE> +<br><hr><br> +<p><img src="xbase.jpg"><br><hr> +</BODY> +</HTML> |