This project is a fork of the mdbtools.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/mdbtools.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionkirr's mdbtools tree
ownerkirr@landau.phys.spbu.ru
last changeMon, 1 Nov 2010 13:30:24 +0000 (1 09:30 -0400)
content tags
add:
README
This is mdbtools version 0.6pre1

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 (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 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 http://mdbtools.sourceforge.net for CVS, 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.
shortlog
2010-11-01 Brian Brunsremove cvsignore and add gitignore per Jeff Smithmaster
2010-11-01 Brian Brunspatch 180-slowmap-fallback from Nirgal Vourgère
2010-08-04 Brian Brunspatch from Terry Brown <terry_n_brown at yahoo.com...
2010-08-04 Brian Brunspatch from Terry Brown <terry_n_brown at yahoo.com...
2010-08-04 Brian BrunsMerge remote branch 'origin/master'
2010-08-03 Brian Brunsrevised patch 130-export-smallfloat from Nirgal Vourgère
2010-06-24 Brian Brunsfix offset of page type in data/leaf page writing
2010-06-21 rootreport parser errors via mdb_sql_error()
2010-06-21 rootfix toolbar icons in gmdb debugger window
2010-06-21 rootstore last error message in MdbSql struct and show...
2010-06-20 Brian Brunsupdate AUTHORS file with patch submitters
2010-06-20 rootDebian patch 045-aboutdialog from source unattributed
2010-06-20 rootMerge branch 'master' of git@github.com:brianb/mdbtools
2010-06-20 rootDebian patches 038-removals and 041-eggiconlist source...
2010-06-20 Brian Brunsusing BUILT_SOURCES creates dependency problem, reverting
2010-06-20 Brian BrunsDebian patch 170-sequences from Nirgal Vourgère
...
heads
13 years ago x/kirr
13 years ago master+autogen
13 years ago master