home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 25
/
CD_ASCQ_25_1095.iso
/
dos
/
prg
/
bltc125
/
bltxmpls
/
readme
< prev
Wrap
Text File
|
1995-02-08
|
1KB
|
27 lines
8-Feb-95
ACPART DBF 488 2-06-95 11:11p Can be used with B2_X01.C
B2_XUPD C 18202 2-08-95 6:27p Sample UpdateXB source
B2_X01 C 8254 2-08-95 6:12p Sample read "any" DBF
B2_LAI10 C 6493 1-05-95 1:00a Sample AddRecord/Reindex
BULLET2 H 6948 2-02-95 7:11p Bullet/2 header for OS/2
Just some samples I've done while do the OS/2 version of Bullet. They
may need adjusting for use with your compiler, but the concepts are
they same. This is a temporary release.
B2_XUPD.C shows how to use the transaction routine UpdateXB with two
index files. Requires Bullet 1.23 or later for Windows (the 1.21
shareware version will GPF sometimes). Any DOS version is okay.
B2_X01.C shows how you could read in a DBF and work with it, even without
having the "struct"s in your program. It expects a DBF on the command
line. ACPART.DBF works since it's both short and have only a few fields.
This way, everything fits in one screen.
B2_LAI10.C is similar to the sample in the current Bullet releases. Not
much new, except perhaps fewer problems in compliancy, etc.