C library to connect to MS SQL server [for iOS]
Is there any library in C which can be used to connect to MS SQL Server and that can also be used within iOS as C is the subset of开发者_JS百科 Obj-C.
Thanks.
Yes, googling says http://www.mobilefoo.com/ProductDetail.aspx/iSql This one uses a .NET web-to-sql proxy on server side.
yes there is an open source C library called FreeTDS. I created this Objective-C wrapper for it. Hope it's what you need!
精彩评论