Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Filemaker Pro & Perl

by Arguile (Hermit)
on Jun 19, 2001 at 14:34 UTC ( [id://89600]=note: print w/replies, xml ) Need Help??


in reply to Filemaker Pro & Perl

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://89600]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-26 03:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found