开发者

C library to connect to MS SQL server [for iOS]

开发者 https://www.devze.com 2023-02-28 23:23 出处:网络
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.

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消