I don't know of a way to directly read an Access file, but have had some success with converting them to MySQL, which should provide a bit more power than using CSV.
There are programs out there to convert Access DB's to MySQL format, but looking for them, I found something that may be even more interesting for you. According to this page, you can accomplish this with ODBC directly. However, they seem to be talking about a Virtual server on the Windows machine -- you'd need to tweak and use ODBC on both machines, I imagine.
One converter mentioned on the MySQL page is MyAccess. This will allow an Access Export to MySQL and Access queries to a MySQL DB. Finally, at Cynergi, there is an Access VB script to generate a MySQL input. Here you have the source, so you might be able to hack together something more to your liking.... (This last is the way I actually converted my Access DB.)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.