Re: Anyone developing Database apps?
Re: Anyone developing Database apps?
- Subject: Re: Anyone developing Database apps?
- From: Karl Kraft <email@hidden>
- Date: Tue, 11 Mar 2003 15:42:20 -0800
We are using MySQL here for a reference / testing implementation for an
enterprise product that actually runs against an AS/400 DB2 database.
MySQL on OSX is more than enough to handle the requirements you
outlined below. As for accessing from ObjC, MySQL has a C API that is
usable from Objective-C programs, and that is what we are using
(although we do have an Objective-C wrapper around it so that we can
communicate using the same API for MySQL or the AS/400)
On Tuesday, March 11, 2003, at 02:16 PM, Steve Woodward wrote:
Okay, I've done my share of Googling...I'm trying to find a database
server with a Cocoa/ObjC wrapper. I know there's some work being done
in that regard for MySQL, but are there other more established
options? I'm looking for a db server that can handle multiple users
(5-10) and serve tables that contain roughly 500-1000 records. Cost is
a concern, I'm writing this software for a small business that doesn't
have a lot of extra $$$. Any thoughts would be greatly appreciated.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.