In article <psfjc4htcvcq786ei0d71tjv3o2kmf4vf4@4ax.com>, Chuck
<libbeyc@schoollink.netwrote:
Quote:
Among other things is Filemaker Pro a relational database. Some of my
readings
have "hinted" that it is, but descriptions of some of its tables (files?) sure
don't look like it.
It's certainly relational now.
Quote:
>
It also looks like it would be a good deal harder to work with.
But maybe that gets you something for your work.
It's easier to work with than Access, though YMMV. It's mostly form
driven (they call them "layouts") and has pretty hefty built-in
scripting. You can get something up very quickly in it. It's really
good at whipping up some "mail-merge" type of documents and doing nice
layout and decent reporting.
Where it doesn't work as well is when it tries to play with the big
boys. It's limited to SQL server 2000 and SQL Server 2005, Oracle 9g &
10g, and MySQL 5.0 community edition for it's two way connections, and
ODBC/JDBC for other SQL. If you're rolling ADO and .NET, you probably
want to stick to others that are better. Better yet, If you're
programming into it, go to PostgreSQL or MySQL. They're free and much
more powerful.
-Owen