I'm new to android application development and I want to send data from an android app to MS SQL Sever.

Is it possible in android? If so, which methods can I use? If not, is there any alternative ways to send?

Can anyone help me? Thank you so much for reading.

share|improve this question

3 Answers

Create web service on your server and You can send data to your server using simple http connection Have a look on this tutorial http://p-xr.com/android-tutorial-series-from-sql-php-to-xml-json-to-android-listview/

share|improve this answer

You may send data via WebService. Please take a look at codeproject article and StackOverFlow Thread.

share|improve this answer

I am agree with @Walid and @adatapost that you need to create webservice for the same. And using webservice you can send and retrieve as per your requirement. So just try to search on the Android webservice call and webservice development articles. There are already many articles existed on the web currently.

share|improve this answer

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.