http://stackoverflow.com – Hi i am writing an app which access the mysql database to retrieve some data from the database and display it in the form of a table. My problem is that the data is not displaying. This is where i am trying to access the database. public class GetDataFromDB { public String getDataFromDB() { try { HttpPost httppost; HttpClient httpclient; httpcli (HowTos)