http://www.perlmonks.org?node_id=983422


in reply to Re^8: Debian DBD::ODBC select row by timestamp
in thread Debian DBD::ODBC select row by timestamp

Ah, you are using mdbtools. Might have been useful to state that up front. In my experience mdbtools is not very good and the only alternative I know is not free.

To enabled logging in unixODBC edit your odbcinst.ini file (find it with odbcinst -j) and add:

[ODBC] Trace=yes TraceFile=/tmp/unixodbc.log

to the top of it.