Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grabbing MS SQL Server Data for iPhone App?

I have a pre-existing desktop application that draws its information from a Microsoft SQL Server. The desktop application is written in C#/ASP/.NET.

I'd like to take this same data and present it in an iPhone application. What would be the best way to obtain and present the data?


1 Answers

I would recommend writing a web service that exposes the data and then interfacing with this from the iPhone across the network.

Calling web services and making HTTP calls is very easy on the iPhone.

like image 146
Grouchal Avatar answered Jun 22 '26 21:06

Grouchal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!