in reply to How can I talk to an Access database using perl?

I forgot to mention that the good thing about ADO is the fact that it allows you
to use the same methods throughout all of your DNS entries, regardless of the
source. So the same code should work for a SQL Server table as it would for a
Paradox table, or your Access tables. I've tried to use the ODBC module included
with ActivePerl, but it did not seem as clear as the ADO method.
  • Comment on Re: How can I talk to an Access database using perl?