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?
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?
Some quick Googling reveals the MacSQL Framework, which claims to support SQL Server.