On Aug 21, 2012, at 7:12 PM, Jordan Burnam <jordanburnam1...@me.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com