The 30 day trial version should buy you some time.

Filemaker does actually have an ODBC capability, but I believe it has to be running as a daemon unlike others of it's ilk (read: M$ Access). If you're in *nix you could run it under Win4lin or VMWare and use an ODBC bridge to connect to it for the time being.

That said, virtualsue is right on the mark; getting their data into a more managable format is a very good idea. Even if you have to do some form of XML replication and parsing between their version and (I'm assuming) the web/intranet version you're developing, it's often worth the price for a well normalised database and good DBMS engine (though not always).

The DBI module is quickly becoming a favourite of mine. I was amazed at the level they took DBD::CSV too, very nice for quick work. If it's mainly content pull MySQL is a nice light-weight uberfast engine. Up a few steps is PostgreSQL if you need things like row level locking*, foreign key relations/contraints, sub selects, transactions**, stored procedures, et al. I'm assuming the $$$ DBMSs like Oracle are out of the question.

I had to revise this a few times, I'm a DBA and such products as "Filemaker" incite less than complimentary remarks from me normally. ;)


* Coming in MySQL 4
** MySQL's isn't nearly as robust, though it is there for a specific table type

In reply to Re: Filemaker Pro & Perl by Arguile
in thread Filemaker Pro & Perl by IOrdy

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.