IPhone : Can I use Sql Server Database from iOS?

on Sunday, February 22, 2015

There are a lot of ways to have a database on server ( I can use my own server or I can use MS Azure (for Azure I found REST API Description https://msdn.microsoft.com/en-us/library/azure/gg715283.aspx , but I didn't find a way to add some rows to a table or to get information from the table)), but I want to edit the database and get proper rows from the server database from iOS code without having server API. There are a lot of ready solutions such as Backendless.com , but they are not stable.


So is there any way to connect to the remote SQL server database on the remove server or to MS Azure database and to edit rows and fetch data? May there are some framework for iOS to do than? (for example in .Net there are Linq framework and Entity Framework).


0 comments:

Post a Comment