Query SQL Server Database from native iOS Application
Posted
by
mbm30075
on Stack Overflow
See other posts from Stack Overflow
or by mbm30075
Published on 2011-01-14T13:15:48Z
Indexed on
2011/01/14
14:53 UTC
Read the original article
Hit count: 153
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", but I'd like a solution that is self-contained. Is there any way to directly connect to a SQL Server database from an iOS application? I'm thinking something like a basic ODBC connection.
I've seen a lot of users asking this question, but very few answers other than "write a web service." Is that really the only way?
© Stack Overflow or respective owner