Daniel Silveira
Daniel Silveira

Reputation: 42543

How to Connect to MS SQL Server in Objective-C/Cocoa on Mac?

I need to write a Mac Objective-C/Cocoa app that connects to a remote MS SQL Server. How to do it?

Also, how to run SELECT/UPDATE/INSERT/DELETE in this connection?

Upvotes: 1

Views: 3122

Answers (1)

Martin Gordon
Martin Gordon

Reputation: 36389

Some quick Googling reveals the MacSQL Framework, which claims to support SQL Server.

Upvotes: 2

Related Questions