Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Send data to SQL Server from my phone

Hi,

How can I send data from my phone to local sql database server(Microsoft SQL Server)? and update my phone data with local server data not the appery data.
Like I have a portal and I need to update the history of classes attended by a particular student(on my phone app) from that web portal Database which is linked with SQL Server.
How can I do that?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Send data to SQL Server from my phone

Hi,

Please check the similar question https://getsatisfaction.com/apperyio/...

Tooba Atif
Posts: 0
Joined: Fri Apr 04, 2014 3:07 am

Send data to SQL Server from my phone

My portal is not for php as mentioned in answers
Can you tell me about C# and sql server not MySQL please?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Send data to SQL Server from my phone

You can connect Appery.io app to any data source available on the Internet as long as it’s exposed via REST API. You should implement REST API functionality on your side.
This link may be helpful:
http://www.codeproject.com/Articles/1...

Another way how you can connect Appery.io app to your DB is using RestXpress http://www.exadel.com/restxpress

Return to “Issues”