Re: newbie question re. cocoa front-end to sql db
Re: newbie question re. cocoa front-end to sql db
- Subject: Re: newbie question re. cocoa front-end to sql db
- From: Ryan Britton <email@hidden>
- Date: Wed, 22 Mar 2006 11:50:16 -0800
Core Data does not currently support any store types other than the
included three (binary, xml, sqlite). For interacting with another
database type, you'll have to interact with its libraries directly or
find a framework already written for that by a third party.
On Mar 22, 2006, at 11:40 AM, Russ McBride wrote:
I've got a FrontBase db (I use for some WebObjects apps) that I
want to build a Cocoa front end for. What architecture would you
recommend for this?
More specifically:
Are there some docs somewhere that explain how to hook up core data
to an existing SQL db (other than SQLite)? Is it just a matter of
changing the settings in -managedObjectContext and maybe adding a
framework? I was thinking of using WO java client but I've had
such bad results with that in years past that I'm avoiding it . . .
and I'd like an excuse to learn some cocoa. Also, thinking about
using RubyCocoa + activeRecord (which I like). I guess I wouldn't
mind using AppleScript + something like SQLGrinder either but that
seems to be unnecessarily multiplying layers.
Thanks in advance.
Russ
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden