Allowed memory size exhausted with odbc_exec libmdb mdbtools
问题 I want to connect to my MS Access Database via PHP (7.2.10), SLE 12.3. For this I'm using the libmdbodbc.so.1 driver which comes with package libmdbodbc1 0.7-3.1 (Source: mdbtools-0.7-3.1). Setup is done in unixODBC config: /etc/unixODBC/odbcinst.ini. [MdbToolsOdbc] Description = MDBTools ODBC Driver Driver = libmdbodbc.so.1 Setup = libmdbodbc.so.1 The connection to the database and getting data via commandline (isql) is possible and does not return error. But when I'm trying to execute a SQL