连接到 MS SQL 服务器的 C 库 [适用于 iOS]
C 中是否有任何库可用于连接到 MS SQL Server,并且也可以在 iOS 中使用,因为 C 是 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 Obj-C.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,谷歌搜索显示 http://www.mobilefoo.com/ProductDetail.aspx/iSql这个在服务器端使用 .NET Web-to-SQL 代理。
Yes, googling says http://www.mobilefoo.com/ProductDetail.aspx/iSql This one uses a .NET web-to-sql proxy on server side.
是的,有一个名为 FreeTDS 的开源 C 库。我为其创建了这个 Objective-C 包装器。希望这是您所需要的!
yes there is an open source C library called FreeTDS. I created this Objective-C wrapper for it. Hope it's what you need!