[android-developers] Retrieve and send data between MySQL and Android App

2011-07-15 Thread Fábio cunha
Hi everyone, I want to know a way to retrieve and send data to my
MsSQL database in my server

Is there any method or activity that does that?

I already know how to use the sqlite database inside android, but i
need to access a external database.

I can use JDBC inside android to connect to the MySQL database?

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


Re: [android-developers] Retrieve and send data between MySQL and Android App

2011-07-15 Thread TreKing
2011/7/14 Fábio cunha psxbra...@gmail.com

 Is there any method or activity that does that?


No. You need some kind of REST web service to communicate between the
Android App (client) and server which would receive the data and store it in
the DB. None of this has anything to do with Android specifically.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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