Share

MDB Tools

Code

Programming Languages: C

License: GNU Library or Lesser General Public License (LGPL), GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@mdbtools.cvs.sourceforge.net:/cvsroot/mdbtools login

cvs -z3 -d:pserver:anonymous@mdbtools.cvs.sourceforge.net:/cvsroot/mdbtools co -P modulename

Show:

What's happening?

  • Support for cleanly import in MySQL

    Same bases of MS have tables and columns named as "dirty" - non-latin characters, large 15 characters, have spaces and other incorrect symbols. Will be ideally if mdbtools will have an options for convert incorrect names of tables and colums on the fly. Example: Table name "Name of table bad #Ы1" --> "nameoftablenum1" (name large

    2009-11-01 18:28:25 UTC by nobody

  • Comment: mdbtools- MS-Access2000 bad characters

    May be you will need add support UTF-8 to code of mdbtools - get the patch from tracker, copy to folder of CVS mdbtools, patch -p0

    2009-11-01 16:41:13 UTC by luckas_fb

  • Need help building in Mac OSX

    Hi, I am currently trying to build mdbtools in snow leopard. I began by getting sources via cvs, then running ./autogen.sh, which complained that there was no libtool. So I installed libtool and changed paths in autogen.sh, since on my mac there is already a libtool and the new one was installed in /usr/local/bin. Now the configure script is generated, but stops with the following messages...

    2009-10-25 14:04:45 UTC by zcrp

  • Comment: build on Mac OS X 10.5.6 failed

    Pretty sure this is fixed. Rev. 1.24 affected this line, and macports changes this from the 0.6pre release. The current (as of today) CVS build compiles fine with OS X Snow Leopard.

    2009-10-18 06:35:37 UTC by dionhouston

  • HAVE_ICONV fix

    This patch is based on HAVE_ICONV effective fix by minemaz https://sourceforge.net/tracker/?func=detail&aid=2854571&group_id=2294&atid=102294 This is tested on a JET3 file.

    2009-09-08 20:01:39 UTC by minemaz

  • HAVE_ICONV is not effective.

    "#include " removed from mdbtools.h, but it makes that HAVE_ICONV is not effective. Therefore, it is necessary to include config.h before including mdbtools.h. For instance, in src/libmdb/file.c and src/libmdb/iconv.c.

    2009-09-08 19:22:14 UTC by minemaz

  • stack smashing detected

    When I try to open mdb file created with MS Access 2003 Russian Edition, MDB Viewer (gmdb2) crashes with error: *** stack smashing detected ***: gmdb2 terminated Ubuntu 9.04.

    2009-09-04 05:24:39 UTC by nobody

  • Followup: RE: incorrect negative values with mdb-export

    It hope it will be corrected because this problem is really annoying and it is the only problem that prevents me from using mdbtools in a larger extent. Excluding this bug, mdbtools is a really good tool and work like a charm!

    2009-08-24 08:50:20 UTC by elfunesto

  • Followup: RE: incorrect negative values with mdb-export

    I don't know what is causing it, but I have the same issue. It seems very strange indeed. It occurs with both 32-bit and 64-bit distributions. It's really too bad because otherwise I could pretty much do what I wanted via MDB<->MySQL import at this point... I hope someone can fix it. /Martin.

    2009-08-21 08:52:20 UTC by martinm_76

  • incorrect negative values with mdb-export

    Hi, I try to export an access 2003 database to mysql using mdbtools under ubuntu 9.04. I compiled the mdbtools sources from cvs. mdb-export seems to work, except some numerical values which are improperly converted. In my case the field in access is Numeric with precision = 28 and scale =6 and for example the value 3375.000000 in access is converted in -000000000000000000919.967296. The error...

    2009-07-29 09:58:07 UTC by elfunesto

Our Numbers