schema program from Karl

This commit is contained in:
brianb
2000-03-12 01:21:05 +00:00
parent 48d80d3de8
commit ed04cfac15
6 changed files with 14 additions and 7 deletions

8
README
View File

@@ -11,13 +11,15 @@ The initial goal of these tools is to be able to extract data structures and
data from mdb files. This goal may of course expand over time as the file
format becomes more well understood (if it ever does).
To install type 'make' and hope it works :-)
To install type 'make' in the src directory and hope it works :-)
This will build three executables:
mdb-dump -- a simple hex dump utility that I've been using to look at mdb files
prcat -- print the catalog table from an mdb file (try offset 9000).
prkkd -- prints some info about a KKD record given the offset to it.
prcat -- print the catalog table from an mdb file,
prkkd -- prints some info about design view data given the offset to it.
prtable -- prints some info about a table definition.
prdata -- prints a dump of the data given a table name.
Check out http://mdbtools.sourceforge.net for CVS, mailing list and similar.