April 8, 2009 at 3:38 pm
Hi,
I have a simple question regarding SQL Server and an application that I'm developing. I'm using Xcode 3.1 on a Mac. The programming language is Objective-C, which is a superset of C. Does anyone know of any reference material regarding database connections from my Objective-C code to SQL Server 2005?
I'm having a very hard time finding any good reference. I have come across something called MacSQL Framework from RTLabs.com which supposedly does what I'm looking for, but I can't get it to work and my email requests to their support have gone unanswered.
Any insight would be greatly appreciated.
Thanks,
Dave
April 8, 2009 at 3:56 pm
SQL Server 2005 and above comes with native client which you can install in the SQL Server folder and it connects to C and C++ applications, the other option is to use OLE DB connection. Check below for how to install.
http://msdn.microsoft.com/en-us/library/ms131321(SQL.90).aspx
Kind regards,
Gift Peddie
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply