Hi Saravanan,

As I know, there is no way you can directly connect to your database from
android app.

This is the usual way people are using this scenario.

1. Expose your data from your webapp or database as a web service(REST or
SOAP).
2. Access the web service from Android app using HttpClient.
3. You can also post the data back to database using the same webservice
mechanism..

If you data is simple and non secure you may expose that data using simple
server-side-scripting technologies(JSP/PHP) and etc.

Thanks,
Upendra


On Wed, Feb 10, 2010 at 8:29 PM, saravanan p <[email protected]>wrote:

> 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 to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Regards,
Upendra

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to