11/22 What's a good database program for Mac OSX? I just found out they
don't make MS Access for macs. I did a quick search and found a
Filemaker. Can anyone recommend any others? Thanks.
\_ what's your need? FileMaker is fine (better than Access) for
personal/home use. -tom
\_ MySQL? as above, what do you need it for? I also like
FileMaker - sax
\_ It'd be for work, for uses that are probably very
similar to home/personal uses. -op
\_ FM 7 does multi-table databases fairly well with an
interface that's easy to learn. If you need to
share databases between users, it would be better to
also get the FM server software, which might be a
budget concern.
\_ Depends on what you need. If you want the db running all
the time, go with postgres. It is much better than mysql.
If you are looking for something that is easy to progam
to, but don't need to have running all the time take a
look at sqlite. |