Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Access for a Mac

Status
Not open for further replies.

sf129

Programmer
Mar 6, 2003
6
US
What is the program for a Mac that is the same as Access for Windows? If I needed to create a database for a Mac what program should I use?
 
jees is that it?
i looked at filemaker and it was rubbish.
flat file, no window to look at overall relationships or lay out. not equivalent to access at all.

free, anonymous advice provided by the whole world
 
I doubt there is an application that will do what you want.

But lately discussions I have had have led me to the conclusion that full relational databases with heirarchical structures may have had their day. With faster processors and disk i/o accessing a record in a large flat file database may be as quick if not faster than using a relational database with keys and relationships etc.

After all the relational database model was used to speed up finding records in databases due to hardware limitations. If the hardware is now x times faster it is perfectly possible that keys may actually slow down finding the recordset needed.

This almost certainly does not apply to huge networked and mainframe RDBMS.

So I would look at mysql, you already have the sql if you have access skills. There are tools to manage it and php can provide the front end.

Just a thought.
 
Kyle,

Your best bet would be to export the Access DB as a tab- or comma- separated value file and import that into Filemaker.

I've done that for importing simple databases into AppleWorks and Excel.
 
and what about complex databases? exporting flat files to filemaker, i assume, will lose all your coding and relationships?
is there NOTHING other than filemaker? nothing with a bit more brains to it?

free, anonymous advice provided by the whole world
 
Brightstar,

If you need and RDBMS, then look at MySQL - but short of setting up Apache with PHP, there's no front end for it on the Mac or any other platform.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top