in reply to Access Database

You can access Access databases, using the DBD::ODBC driver for DBI. There are plenty of examples in the documentation, but other than the DSN you pass to DBI->connect, it all works just like DBI with MySQL does.

Replies are listed 'Best First'.
Re: Re: Access Database
by mrortner (Initiate) on Feb 27, 2003 at 16:13 UTC
    Thanks for the quick response. I am sorry to be ignorant but where do I find the documentation to get examples of the syntax for ms access?