Possible Duplicate:
Android access to remote SQL database
I am going to make android app which has lots of database, can I put it (only database) on server & using my app can i access those database.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First you need to install a local server like WAMP on your system (if you are using windows).
Download WAMP from http://www.wampserver.com/en/. according to your system configs.
All steps for setting up the server and executing code in android are given nicely in this tutorial