Connect Sql Server Database to Ios Swfit Program

Asked

Viewed 90 times

-1

Is there any way to use the sql server database on Ios ? I use lib jtds on android and can make the connection but on Ios?

1 answer

0

If you want to access an external database directly from iOS, it will not be possible. You need to communicate with a web service, and this web service yes connects with the database to make queries/updates.

Already if you want to persist data locally on the device, you can use one of the specific solutions such as Core Data or Sqlite.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.