views:

281

answers:

1

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?

+2  A: 

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

Martin Gordon