mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
MDB Tools - Read Access databases on *nix
![]() make gmdb2 version match mainline code new dissector for jet4 tdef pages in gmdb2 gmdb2 right mouse click behaviour bugfix pre-compute index page bitmap in mdb_index_unpack_page() in preparation for index writes. |
||
---|---|---|
doc | ||
include | ||
src | ||
.cvsignore | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.cache | ||
config.h.in | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
HACKING | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
mdbtools.spec.in | ||
missing | ||
mkinstalldirs | ||
NEWS | ||
README | ||
TODO |
This is mdbtools version 0.6pre1 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. . gmdb2 - The Gnome MDB File Viewer and debugger. Still alpha, but making great progress. 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. The initial goal of these tools is to be able to extract data structures and data from mdb files. This goal will of course expand over time as the file format becomes more well understood. Files in libmdb are licensed under LGPL and the utilities under the GPL, see COPYING.LIB and COPYING files respectively. To install see the INSTALL file Check out http://mdbtools.sourceforge.net for CVS, mailing list and similar. Brian Bruns brian@bruns.com