Files
mdbtools/README

25 lines
906 B
Plaintext
Raw Normal View History

This is mdbtools version 0.3
2000-02-12 23:51:37 +00:00
This software is beta so don't expect too much unless you know C and
2000-03-14 00:53:17 +00:00
probably a little something about databases and reverse engineering file
2000-03-19 13:57:08 +00:00
formats, you're welcome to try it out but don't expect miracles.
2000-02-12 23:51:37 +00:00
For the rest of you, read the HACKING file for a description of where the code
2000-02-12 23:51:37 +00:00
stands and what has been gleened of the file format.
The initial goal of these tools is to be able to extract data structures and
2000-03-14 00:53:17 +00:00
data from mdb files. This goal will of course expand over time as the file
format becomes more well understood. Also in the plans is a Gtk+ browser for
MDB files and a ODBC/SQL frontend.
2000-02-12 23:51:37 +00:00
2000-03-19 13:57:08 +00:00
Files in libmdb are licensed under LGPL and the utilities under the GPL, see
COPYING.LIB and COPYING files respectively.
2000-02-12 23:51:37 +00:00
2001-04-01 22:10:15 +00:00
To install see the INSTALL file
2000-03-04 17:31:07 +00:00
Check out http://mdbtools.sourceforge.net for CVS, mailing list and similar.
2000-02-12 23:51:37 +00:00
Brian Bruns
camber@ais.org