MDB Tools - Read Access databases on *nix
Go to file
Nirgal Vourgère 6b24b25454 include odbcinstext.h in connectparams.c
This is possible since unixodbc version 2.2.10 as they fixed the including
of local files from public headers.
2013-06-30 15:29:16 +02:00
doc Show SQLite support in gmdb2 and manual. 2013-01-13 22:41:10 +01:00
include __attribute__ change into macro 2013-06-28 01:51:52 +02:00
src include odbcinstext.h in connectparams.c 2013-06-30 15:29:16 +02:00
.gitignore Added .gitignore 2012-07-07 19:43:38 +02:00
acinclude.m4 Work around for missing __attribute((alias)) 2012-08-08 16:21:32 +02:00
AUTHORS update AUTHORS file with patch submitters 2010-06-20 18:36:54 -04:00
autogen.sh Renamed configure.in to configure.ac 2012-06-30 15:38:55 +02:00
ChangeLog Update call from Gtk+ 1.2 to 2.0 2006-05-24 01:39:48 +00:00
configure.ac Fix build if yacc is missing 2013-06-28 20:07:44 +02:00
COPYING Patch docs.diff from Nirgal 2011-08-28 19:53:29 -04:00
COPYING.LIB remove exec bit from COPYING.LIB 2011-08-28 20:03:12 -04:00
HACKING HACKING update 2011-08-10 18:00:18 -04:00
INSTALL include odbcinstext.h in connectparams.c 2013-06-30 15:29:16 +02:00
libmdb.pc.in new files from Michael Meeks patch I neglected to check in 2004-05-05 01:38:50 +00:00
libmdbsql.pc.in new files from Michael Meeks patch I neglected to check in 2004-05-05 01:38:50 +00:00
Makefile.am patch from Michael Meeks for pkg-config stuff 2004-05-02 12:13:28 +00:00
mdbtools.spec.in fix for spec file to remove pixmaps dir 2003-01-15 16:49:08 +00:00
NEWS Added version in NEWS 2013-06-29 17:58:15 +02:00
README Typo in README 2012-08-09 15:07:45 +02:00
TODO Removed last compilation warnings, updated TODO 2012-07-02 23:29:05 +02:00

This is mdbtools version 0.7

Welcome to the exciting world of MDB Tools! In short, MDB Tools is a set of 
programs 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 (aka 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 or iODBC 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, libmdbsql, and libmdbodbc are licensed under LGPL and the 
utilities and gui program are under the GPL, see COPYING.LIB and COPYING files 
respectively.

To install see the INSTALL file

Check out https://github.com/brianb/mdbtools for latest version of sources.
Check out http://mdbtools.sourceforge.net for mailing list and similar.

Brian Bruns
brian@bruns.com

P.S. I, like many other free software authors enjoy receiving postcards from the
places users of my software live.  So, if you enjoy the software and it has 
helped you out, consider sending me one, eh?  Just email me for my postal address.