Re: Cocoa and SQL (microsoft SQL 2008)
Re: Cocoa and SQL (microsoft SQL 2008)
- Subject: Re: Cocoa and SQL (microsoft SQL 2008)
- From: Daniel Parnell <email@hidden>
- Date: Wed, 22 Aug 2012 13:03:23 +1000
Hi Jens,
I have written a wrapper around the FreeTDS library. It is currently packaged as a Cocoa framework, however to use it on the iPhone/iPad it would need to be turned into a static library. That wouldn't be too difficult.
You can get it from Github here: https://github.com/dparnell/freetds_framework
Daniel
On 22/08/2012, at 12:57 PM, Jens Alfke <email@hidden> wrote:
>
> 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
_______________________________________________
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