MDB Tools - Read Access databases on *nix
Go to file
2002-12-30 16:38:47 +00:00
include missed a couple files and updated for new progs 2002-12-27 20:40:21 +00:00
src lots more gmdb2 stuff, converted table export to glade, added schema export, toolbars, properties window to glade, et al. 2002-12-30 16:38:47 +00:00
.cvsignore patches 604726 and 655057 and more gmdb2 work 2002-12-27 20:31:29 +00:00
acinclude.m4 patches 604726 and 655057 and more gmdb2 work 2002-12-27 20:31:29 +00:00
AUTHORS > 255 column patches and multipage table defs from Tim Nelson 2000-10-13 21:33:04 +00:00
autogen.sh fix for bug 558126 2002-12-27 21:27:06 +00:00
ChangeLog odbc fixes 2002-04-09 01:18:16 +00:00
config.cache massive sync up of my code to CVS. not sure what changed. 2002-01-24 12:34:10 +00:00
config.h.in clean up 2001-04-15 23:05:58 +00:00
configure.in lots more gmdb2 stuff, converted table export to glade, added schema export, toolbars, properties window to glade, et al. 2002-12-30 16:38:47 +00:00
COPYING Initial revision 2000-02-12 23:51:37 +00:00
COPYING.LIB Initial revision 2000-02-12 23:51:37 +00:00
HACKING patches 604726 and 655057 and more gmdb2 work 2002-12-27 20:31:29 +00:00
INSTALL port of gmdb to gnome2. lots o other stuff 2002-12-27 15:09:02 +00:00
install-sh clean up 2001-04-15 23:55:44 +00:00
Makefile.am clean up 2001-04-16 00:54:57 +00:00
mdbtools.spec patches 604726 and 655057 and more gmdb2 work 2002-12-27 20:31:29 +00:00
missing clean up 2001-04-15 23:55:44 +00:00
mkinstalldirs clean up 2001-04-15 23:55:44 +00:00
NEWS restructing...automake now used sql stuff working 2001-04-11 23:33:19 +00:00
README Fixed unixODBC 2.1.0+ bug. 2002-04-14 23:35:39 +00:00
TODO port of gmdb to gnome2. lots o other stuff 2002-12-27 15:09:02 +00:00

This is mdbtools version 0.4

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.

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
camber@ais.org