Query SQL Server Database from native iOS Application

后端 未结 4 1987
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 06:41

I am working on an in-house, iOS app that will need read-only access to a SQL Server with multiple databases. I know the stock answer here is \"write some web services\", bu

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 07:24

    A web service is indeed the only way, but Red Gate's written one you can reuse:

    http://www.mobilefoo.com/iSqlServerSDK.html

    http://labs.red-gate.com/Tools/Details/iSqlSDK

    It's not officially released yet, just in beta, so keep in mind that features & prices may change.

提交回复
热议问题