From: Alex M. <al...@no...> - 2011-03-26 14:01:49
|
On 25.03.2011 18:57, Jakob Egger wrote: > There's a memory overflow bug in the Memo-to-string function (character set conversion) somewhere, I fixed it but I still need to prepare it for github. Maybe I'll have time to sort through my changes on the weekend. Does your database by any chance contain large Memo fields? One workaround could be to compile MDB Tools with a larger bind size (I think the default is 10000, try using 200000). The bind size is declared in mdbtools.h, I think. Jakob, thanks for that hint. You're right, the database contains some large memo fields. After increasing the bind size and rebuilding mdb-export (as well as my PHP script making use of the mdbtools binding) runs through - great! However, i understand that this is a temporary fix? Would be great to get access to the patch you mentioned... > I'd be happy to test your mdb file if you send it to me. I'll send it to you in private mail. thanks! Alex |