Re: Cocoa and SQL (microsoft SQL 2008)
Re: Cocoa and SQL (microsoft SQL 2008)
- Subject: Re: Cocoa and SQL (microsoft SQL 2008)
- From: Jens Alfke <email@hidden>
- Date: Tue, 21 Aug 2012 19:57:15 -0700
On Aug 21, 2012, at 7:12 PM, Jordan Burnam <email@hidden> wrote:
> I however have not found a way of easily interacting with a relational database like SQL server. I'll need to retrieve rows and update tables using stored procedures. It would need to be a solution that can interact with SQL that has become the backbone for everything we do.
There's no common protocol for talking to remote databases, so it depends entirely on what database you use. Cocoa doesn't have any abstraction APIs similar to JDBC (unless some third party has written one) so you'd need to find a library specific to the type of server you want to talk to. I have no experience with this so I don't have any particular library to recommend.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden