Reputation: 42543
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
Reputation: 36389
Some quick Googling reveals the MacSQL Framework, which claims to support SQL Server.
Upvotes: 2