I am writing an in house iphone os app. We use an CMS that is based on MS-SQL server. I need to authenticate and pull data from that server. I have searched high and low, but haven't seen anything of any use. Some suggest using ODBC C API's. Has anyone seen anything natively objective-c for either ms-sql or odbc? Thanks much, W
Well, the C API's for ODBC work. I was just hoping for something obj-c native and maybe ms-sql specific.