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


in reply to DBD driver for MS Access

Use Win32::OLE or DBD::ODBC. I've had better results with Win32::OLE but thats because of having to use Memo fields (etc). Take a look at:
  1. Cannot insert into MS Access Memo field with DBI
  2. Retrieving the last insert ID with Access
Hope that helps.