-
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
-
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
-
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
-
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
-
"#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
-
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
-
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
-
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
-
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
-
When selecting data from a large dataset (>1000 records returned) I get a SEGFAULT.
Traceback:
SQL> SELECT FNAME, LNAME FROM PATIENTS
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1211259200 (LWP 5770)]
0xb79cdf41 in mdb_read_indices () from /usr/lib/libmdbodbc.so.0
(gdb) backtrace
#0 0xb79cdf41 in mdb_read_indices () from /usr/lib/libmdbodbc.so.0
#1...
2009-06-16 18:17:14 UTC by nobody