2002-03-27 21:00:00 +08:00
|
|
|
This is mdbtools version 0.4
|
2000-02-13 07:51:37 +08:00
|
|
|
|
2002-04-15 07:35:39 +08:00
|
|
|
Welcome to the exciting world of MDB Tools! In short, MDB Tools is a set of
|
|
|
|
program to help you use Microsoft Access file in various settings. The major
|
|
|
|
pieces are:
|
|
|
|
|
|
|
|
. libmdb - the core library that allows access to MDB files programatically.
|
|
|
|
. libmdbsql - builds on libmdb to provide a SQL engine (ala Jet)
|
|
|
|
. utils - provides command line utilities to list tables, export schema,
|
|
|
|
and data, show the version of the files, and other useful stuff.
|
|
|
|
. mdb-sql - a command line SQL tool that allows one to type sql queries and
|
|
|
|
get results.
|
|
|
|
. odbc - An ODBC driver for use with unixODBC driver manager. Allows
|
|
|
|
one to use MDB files with PHP for example.
|
|
|
|
. gmdb - The GTK MDB File Viewer and debugger. Still alpha, but making
|
|
|
|
great progress.
|
2000-02-13 07:51:37 +08:00
|
|
|
|
2002-04-04 07:02:53 +08:00
|
|
|
If you are interested in helping, read the HACKING file for a description of
|
|
|
|
where the code stands and what has been gleened of the file format.
|
2000-02-13 07:51:37 +08:00
|
|
|
|
|
|
|
The initial goal of these tools is to be able to extract data structures and
|
2000-03-14 08:53:17 +08:00
|
|
|
data from mdb files. This goal will of course expand over time as the file
|
2002-04-04 07:02:53 +08:00
|
|
|
format becomes more well understood.
|
2000-02-13 07:51:37 +08:00
|
|
|
|
2000-03-19 21:57:08 +08:00
|
|
|
Files in libmdb are licensed under LGPL and the utilities under the GPL, see
|
|
|
|
COPYING.LIB and COPYING files respectively.
|
2000-02-13 07:51:37 +08:00
|
|
|
|
2001-04-02 06:10:15 +08:00
|
|
|
To install see the INSTALL file
|
2000-03-05 01:31:07 +08:00
|
|
|
|
|
|
|
Check out http://mdbtools.sourceforge.net for CVS, mailing list and similar.
|
2000-02-13 07:51:37 +08:00
|
|
|
|
|
|
|
Brian Bruns
|
|
|
|
camber@ais.org
|
|
|
|
|