SQL Server and iPad app interaction
Posted
by
Phanindar
on Stack Overflow
See other posts from Stack Overflow
or by Phanindar
Published on 2012-03-20T21:15:52Z
Indexed on
2012/03/20
23:29 UTC
Read the original article
Hit count: 220
I have to write an app for iPad that would take data from SQL Server and post it to the iPad. I looked up on this over the Internet and found that i have to write a web service to expose the data from SQL server using ASP.NET. I did an app previously in android that would take data from my dropbox a/c and display it to the user. I made use of the drop-box api available. I was wondering if anything like that exists for SQL? Also, i have to code in Obj-C for the iPad, so how will i write ASP.NET code? I have more doubts.
Thanks in advance.
© Stack Overflow or respective owner