What is MDB Tools? |
Specifically, MDB Tools includes programs to export schema and data to other databases such as MySQL, Oracle, Sybase, PostgreSQL, and others.
Also included is a SQL engine for performing simple SQL queries. The 0.5 release includes an updated GUI interface (screenshot is available here). A sparse but functional ODBC driver is included as well.
MDB Tools currently has read-only support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. Write support is currently being worked on and the first cut is expected to be included in the 0.6 release.
For more information check our FAQ and our Installation Guide. Also see our SourceForge Page for forums, bugtracking, CVS, et al.
Getting MDB Tools? |
cvs -d:pserver:anonymous@mdbtools.cvs.sourceforge.net:/cvsroot/mdbtools login cvs -z3 -d:pserver:anonymous@mdbtools.cvs.sourceforge.net:/cvsroot/mdbtools co mdbtools
Alternatively, you can obtain the 0.5 release or the 0.6pre1 release. And 0.5 RPMs for i386 Linux are available here.
Mailing List |
Resources |
MSDN
when this page opens, on the left side, click on books, then microsoft jet database engine programmers guide. There are 13 chapters & 5 appendices.
Here's a couple of links that talk about the size of some of the objects:
sudo apt-get install mdbtools
ODBC
In order to use ODBC you must place an entry in the odbc.ini file.
Example 6-1. odbc.ini file
Consult the unixODBC documentation for full details.[Northwind] Description = Northwind Sample Database Driver = /usr/local/lib/libmdbodbc.so Database = /data/mdbfiles/Northwind.mdb
No comments:
Post a Comment