Hi, could anyone recommend a good desktop DBMS, i.e. something similar to MS Access on Windows? I mainly need it for importing flat files and performing data analysis.
From memory FileMaker's import features are quite easy to use, and yes I believe it has an SQL editor (I'm not 100% sure), though I know there are a number of external SQL editors also designed to integrate with FM.
Hi, could anyone recommend a good desktop DBMS, i.e. something similar to MS Access on Windows? I mainly need it for importing flat files and performing data analysis.
Broad term which can be defined in many ways. I do data analysis with queries of tables with over 10MM records. More specifically, this analysis involves manipulating tables (using multiple joins) to obtain a desired output. If you need something like that, your best bet is Oracle (or something similar) with a powerful SQL editor.
If you need to do something basic (on the level of MS Access), then you should look into FileMaker. If you prefer to go the SQL route (like myself), you can use MySQL with SequelPro (free) or SqLite (probably the closes to Access in terms of SQL coding). You can also try OpenOffice (I believe they have something similar) but extremely ugly and useless for anything advanced.