The way I know the APIs, you can only access a local database. Even if you
could access a remote one, it would bea SQLite one, not mySQL. To get data
from a database on a server, you should implement a server that communicates
directly to the mySQL database. Your Andriod application will act like a
client that asks the server for data through TCP.
regards,
Raul
On Tue, Apr 15, 2008 at 3:42 PM, scimitar <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm writing an app that needs to talk to an external(on another
> server) mysql database. How do I do that?
>
> thanks,
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---