Dan Muey wrote:

> Hello faithful list!
>
> Has anyone worked with Microsoft Access Databases with perl?
>
> I either need to run a query on a remote Access Database or
> Have the people that have that database save it in CSV format
> or something to import it into mysql.
>
> Any ideas how best to deal with Access Databases with perl?

Acces databases should be addressed through ODBC Data Source
Names.  I believe the DBI has ODBC interfaces available as
standard, so you should be able to perform any necessary operations
on them through DBI/ODBC.  Since Office 2K, Access has pretty much
cut off the direct addressing of the database file.

HTH,

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to