3

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.

kgmyathtet
  • 31
  • 1
  • 2

2 Answers2

2

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

Community
  • 1
  • 1
KV Prajapati
  • 93,659
  • 19
  • 148
  • 186
1

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.

Paresh Mayani
  • 127,700
  • 71
  • 241
  • 295