xb_dumpdbt - Man Page
a program to dump memo data from a version 3 or 4 DBT memo data file.
Synopsis
xb_dumpdbt -t myfile.DBF
xb_dumpdbt -t myfile.DBF > destfile.txt
xb_dumpdbt -h
xb_dumpdbt -v
Description
xb_dumpdbt dumps memo data from an xbase formatted table in a .DBT file to stdout.
Overview
The Xbase64 library provides various utility programs and a set of C++ classes for application programming for reading, writing and updating DBF database files, NDX and MDX index files and DBT memo files. Version 4.x.x has been tested for compatability with dBASE III (TM), dBASE IV (TM) and dBASE 5 (TM) version data files and indices *.DBF (data), *.NDX (single tag index), *.MDX (multi tag index) and *.DBT (memo). In RDBMS parlance, each *.DBF file would be a table. The .DBT file stores any variable length memo fields that are associated with the .DBF file. The .DBT file has the same name as the DBF file with the exception the file extension is DBF an not DBF.
Options
- -h, -?, --help
display help information.
- -v, --version
display version information.
- -t myfile.DBF
DBF file to print to stdout.
Files
*.DBF *.DBT
Authors
Gary Kunkel <xdb-devel@lists.sourceforge.net>
See Also
xb_cfg_check(1), xb_clearix(1), xb_copydbf(1), xb_dbfutil(1), xb_deletall(1), xb_dumprecs(1), xb_execsql(1), xb_import(1), xb_pack(1), xb_reindex(1), xb_tblinfo(1), xb_undelall(1)
Reporting Bugs
<xdb-devel@lists.sourceforge.net>
Referenced By
xb_cfg_check(1), xb_clearix(1), xb_copydbf(1), xb_dbfutil(1), xb_deletall(1), xb_dumprecs(1), xb_execsql(1), xb_import(1), xb_pack(1), xb_reindex(1), xb_tblinfo(1), xb_undelall(1).