Quick search on the domain of doom came up with:

http://msdn.microsoft.com/library/default.asp?URL=/library/books/dnjet/c1_body_16.htm

Disclaimer: I didn't browse too deep (This site dislikes Netscape a bit!) so I don't know if they actually provide enough detail for implementation; however, this seems to be the best bet.

That'll bring you into their manual on the "Jet" (aka "Access") file format; scroll down in the left frame to find the appropriate chapters. I don't know of a module to do this already, but a DBD::MDB object would probably be the way to go (possible derived from DBD::CSV?)...?

You might also want to look into the formats used by e.g. MS Word; they (Microsoft) tend to use a chunk-structured file format (called OLE like everything else?) similar (...) to PNG or TIFF, so Access likely is quite similar; work toward parsing Word files might have a lot of useful info. for you. One starting-point might be WV

Another option might be some kind of MDB2CSV|XML filter :-)

Good luck!


Amendment: Today's post has an actual ref to an MDB2CSV converter, which should be 'importable' to DBD::CSV. Voila! Thanks to jeroenes for the info


In reply to Re: Read static .MDB files? by baku
in thread Read static .MDB files? by tanfur

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.