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?
Asked
Active
Viewed 225 times
0
-
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 Answers
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