[android-developers] Re: connect android emulator to mysql server

2010-02-12 Thread saravanan p
> On Tue, Feb 9, 2010 at 6:34 PM, David Turner wrote: > > Replace localhost with 10.0.2.2 and you should be all set. > > > See > >http://developer.android.com/guide/developing/tools/emulator.html#emu... > > > On Tue, Feb 9, 2010 at 1:57 AM, saravanan p wrote: >

[android-developers] how to retrieve the database value from the our web application

2010-02-10 Thread saravanan p
hi i want manage our web application using an android application. we want to the database connection object. we are using mysql database. and i want to post the data to my server. so please help me for this solution. Thanks P.Saravanan -- You received this message because you are subscribed

[android-developers] connect android emulator to mysql server

2010-02-09 Thread saravanan p
Hi I am new to android development. How to connect mysql server from our android emulator. I am using private String url = "jdbc:mysql://localhost:3306/"; dbname =test; username = ""; password = ""; Class.forName("com.mysql.jdbc.Driver");