Re: Newbie: how to build data base
Re: Newbie: how to build data base
- Subject: Re: Newbie: how to build data base
- From: Scott Anguish <email@hidden>
- Date: Wed, 6 Jun 2001 20:19:30 -0400
On Wednesday, June 6, 2001, at 05:15 PM, email@hidden
wrote:
It sounds like you're trying to write a front end to a database, such as
mysql which you mentioned. I wouldn't actually recommend MySQL
personally -
if you're looking for something you can use for free while you're
developing (or even for some production work), check out FrontBase
(http://www.frontbase.com).
The saddest thing is that with Cocoa/EOF you were able to write a
basic database application without ANY code.
Populating the table, editing, master detail.
Worked with anything that there were EOAdaptors for. (so, FB,
OpenBase, mSQL, postgress, etc..)