in reply to Re^2: How to display an Access database
in thread How to display an Access database

The snippet I gave will open a database handle on the database file. It is almost exactly like using open to open a file handle.

I'd be inclined to just use system or backticks to run the Access application if that is all you want to achieve.


DWIM is Perl's answer to Gödel
  • Comment on Re^3: How to display an Access database

Replies are listed 'Best First'.
Re^4: How to display an Access database
by jobs_ron (Acolyte) on Jun 18, 2007 at 23:42 UTC
    Okay, I'll look into your DBI code. Thanks for your help.