Click here to Skip to main content
15,921,884 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to connect android to sql server and get data and also how to insert data in server database so any one give me code or tutorial.......
Posted

1 solution

You can start with:
http://developer.android.com/training/basics/data-storage/databases.html[^]

There are quite more hits if you search: https://www.google.de/#q=connect+android+to+sql+database[^]

edition after the first comment
Ok then,

let's change the google search to:
connect android to sql server[^]

and you can find, a similar question with many links here in CP (you are not specifying how you would like to do it):
how to connect android application to sql server through jbdc[^]

Or other links like:
http://www.basic4ppc.com/android/forum/threads/connect-android-to-ms-sql-server-tutorial.13166/[^]
http://stackoverflow.com/questions/18350843/service-to-connect-to-sql-server-with-android[^]

and so on...

as you see, finding information to get started is not a big deal and can be done very fast



For the future:
I recommend you to read What have you tried?[^] and How to ask a question?[^] so you can ask concrete things and get your answer in an optimal way.

Happy coding
 
Share this answer
 
v4
Comments
Member 10418923 22-Nov-13 5:35am    
thanks for help but my dear friend my database in on server and its stored in sql server .
Nelek 22-Nov-13 6:42am    
Answer updated, have a look

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900