Why do you need to connect with the SQL database from the Android phone? is your server on the Android phone? If it is i think you must use a web service like SOAP, etc.. If the server is on an independent machine which generally is the case, use sockets to connect to the server from the Android phones
On Jul 15, 8:01 am, Emmen Farooq <[email protected]> wrote: > Hi , we need to make a android based chat software , now the scenario > is as follows > > let I be user A and I want to use the application under developemnt , > let the application be called friends circle , now when i log in for > the first time , the app should ask me to sign up and save my data , I > am handling xml , I dont know even what Im trying to ask > > On the server I have made a database , that would store the necessary > requirements now i should somehow communicate between an SQL database > and the android phone , > > guide appropriately please -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

