Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I need help with an area I know nothing about. I have a SQL Server database, the business logic of which is contained in stored procedures. I need to connect an ios app to the SQL Server database (to be hosted on AWS), to call these stored procedures. In terms of architecture, am I right in believing a web service needs to be developed to allow the app to connect to the db and call the procedures? Which development language would you recommend ? (advantages/disadvantages?)
I will be engaging a contractor to do this work and would really like to have a clear understanding of what needs to be developed.

What I have tried:

Google searches concentrate on using JSON for db updates, and the few references for ios/stored procedures seem to be outdated.
Posted
Updated 22-Sep-16 3:51am

1 solution

From a quick google search it looks as though the most common/possibly best route to go is to create an API to expose your database through to your ios app. Then make calls to that web service from your iOS app to access your database.

Also, in my google search, There is this SQLClient: A Native Microsoft SQL Server Library for iOS | Objective C#[^]

However I think the best route to go is an API endpoint of some sort.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900