diff options
Diffstat (limited to 'docs/html/xbaf.html')
-rwxr-xr-x | docs/html/xbaf.html | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/docs/html/xbaf.html b/docs/html/xbaf.html index 110db7b..3ef171c 100755 --- a/docs/html/xbaf.html +++ b/docs/html/xbaf.html @@ -3,42 +3,41 @@ <TITLE>Xbase DBMS Chapter 15</TITLE> <BODY BGCOLOR=#FFFFFF> <H1><p align=center>Sample Programs</p></H1> -<p align=center>Page Updated 12/20/22</p><hr><br><br> +<p align=center>Page Updated 05/12/23</p><hr><br><br> <CENTER> <TABLE BORDER> <CAPTION ALIGN=TOP><H3>XBase Example Programs</H3></CAPTION> <TR ALIGN=BASELINE> <TR><TH ALIGN=LEFT>Program<TD>Program Description -<TR><TH ALIGN=LEFT>xb_ex_string<TD>Example program to demonstrate xbString class usage -<TR><TH ALIGN=LEFT>xb_ex_v3_create_dbf<TD>Example program to create V3 DBF file -<TR><TH ALIGN=LEFT>xb_ex_v3_upd_dbf<TD>Example program to update V3 DBF file -<TR><TH ALIGN=LEFT>xb_ex_v4_create_dbf<TD>Example Program to create V4 DBF file -<TR><TH ALIGN=LEFT>xb_ex_v4_upd_dbf<TD>Example program to update V4 DBF file +<TR><TH ALIGN=LEFT>xb_ex_string<TD>Example program to demonstrate xbString class usage. +<TR><TH ALIGN=LEFT>xb_ex_v3_create_dbf<TD>Example program to create V3 DBF file. +<TR><TH ALIGN=LEFT>xb_ex_v3_upd_dbf<TD>Example program to update V3 DBF file. +<TR><TH ALIGN=LEFT>xb_ex_v4_create_dbf<TD>Example Program to create V4 DBF file. +<TR><TH ALIGN=LEFT>xb_ex_v4_upd_dbf<TD>Example program to update V4 DBF file. </TABLE></CENTER> <br><br> - <CENTER> <TABLE BORDER> <CAPTION ALIGN=TOP><H3>XBase Utility Programs</H3></CAPTION> <TR ALIGN=BASELINE> <TR><TH ALIGN=LEFT>Program<TD>Program Description -<TR><TH ALIGN=LEFT>xb_cfg_check<TD>This program prints the compile settings and options in use -<TR><TH ALIGN=LEFT>xb_copydbf<TD>This program copies a DBF file structure -<TR><TH ALIGN=LEFT>xb_dbfutil1<TD>Menu program for executing Xbase functions -<TR><TH ALIGN=LEFT>xb_deletall<TD>This program marks all records in a DBF file for deletion -<TR><TH ALIGN=LEFT>xb_dumpdbt<TD>Debug memo files -<TR><TH ALIGN=LEFT>xb_dumphdr<TD>This program opens an Xbase file and prints its header -<TR><TH ALIGN=LEFT>xb_dumprecs<TD>This program dumps records for an XBase file -<TR><TH ALIGN=LEFT>xb_execsql<TD>This program executes SQL statements -<TR><TH ALIGN=LEFT>xb_pack<TD>This program packs (removes deleted records) from a DBF database file -<TR><TH ALIGN=LEFT>xb_undelall<TD>This program undeletes all deleted records in a dbf file -<TR><TH ALIGN=LEFT>xb_zap<TD>This program removes all records from a DBF file +<TR><TH ALIGN=LEFT>xb_cfg_check<TD>This program prints the compile settings and options in use. +<TR><TH ALIGN=LEFT>xb_copydbf<TD>This program copies a DBF file structure. +<TR><TH ALIGN=LEFT>xb_dbfutil1<TD>Menu program for executing Xbase functions. +<TR><TH ALIGN=LEFT>xb_deletall<TD>This program marks all records in a DBF file for deletion. +<TR><TH ALIGN=LEFT>xb_dumpdbt<TD>Debug memo files. +<TR><TH ALIGN=LEFT>xb_dumphdr<TD>This program opens an Xbase file and prints its header. +<TR><TH ALIGN=LEFT>xb_dumprecs<TD>This program dumps records for an XBase file. +<TR><TH ALIGN=LEFT>xb_execsql<TD>This program executes SQL statements. +<TR><TH ALIGN=LEFT>xb_import<TD>This program is used to import delimited data into a DBF file/table. +<TR><TH ALIGN=LEFT>xb_pack<TD>This program packs (removes deleted records) from a DBF database file. +<TR><TH ALIGN=LEFT>xb_undelall<TD>This program undeletes all deleted records in a dbf file. +<TR><TH ALIGN=LEFT>xb_zap<TD>This program removes all records from a DBF file. </TABLE></CENTER> <br><br> - <hr> <p><img src="xbase.jpg"><br><hr> </BODY> |