0

I made one database in sqlserver. Now I want to connect this server databse to my android application.so I can access it from any where in the world.How can I connect them and how can I access server-databse?

Th0rndike
  • 3,406
  • 3
  • 22
  • 42
  • http://stackoverflow.com/questions/5255984/connecting-android-with-ms-sql-server-2008 Is this what you're looking for? –  Apr 05 '12 at 13:31

1 Answers1

1

You need to use Json or XML format(REST API's) web service in order to INSERT,UPDATE,DELETE,READ data between your phone and sqlserver. see this article for more info

and see this post for: how to connect sql server using JTDS driver in Android

Community
  • 1
  • 1
ρяσѕρєя K
  • 132,198
  • 53
  • 198
  • 213