mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 13:52:42 +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.