in reply to How can I create an MS Access file using Perl DBI

I don't believe there is any way to create a MS Access file on Linux.

There are however tools to access an existing MS Access database (directly on Linux e.g., mdbtools - although this has some issues) and via JDBC-ODBC and ODBC-ODBC Bridges to a Windows machine hosting the access file and an access ODBC driver.

  • Comment on Re: How can I create an MS Access file using Perl DBI

Replies are listed 'Best First'.
Re^2: How can I create an MS Access file using Perl DBI
by Dillman (Novice) on Jul 28, 2008 at 15:17 UTC
    L~R and jme thanks for your help.