mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
This adds support for reading OLE objects to the ODBC driver. The APIs for reading OLE appear somewhat idiosyncratic, so we read the string fully and stash it in a static variable. Tested by reading an old Access database, with checking for memory leaks.