Depends, if you're writing the Perl script under Unix you'll want to use DBI and DBD::ODBC with a suitable ODBC package (like OpenLink) to connect back to the Windows box. There currently isn't any feasible way to look at MS Access MDB files under Linux (I wish there were for a project I'm going to start work on soon, there is one tool I know of but it's very alpha...).

DBD::ODBC can be used under Windows as well, I'd need to track down some code to check up on how to do it, but I think it might just work out of the box. Check the docs first though. (Anybody want to refute that?)

Hmm if your boss wants to use Filemaker Pro, I'd suggest you check and see if there's an ODBC interface for it, I think there is, but I've never used it.

Cheers!


In reply to Re: DBI module and MS Access by puck
in thread DBI module and MS Access by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.