The best way I've found to connect your local (app) database to your server 
database is to exchange information through JSON strings. Post a query 
through an HTTP POST method to your website, decode the information, process 
the SQL query on the server (I use PHP), then build and send a JSON response 
to your app. Once back in your app, decode the JSON response and handle the 
data.

It works for me in several of my apps (Pop Quiz & Prism).

Nick

-- 
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

Reply via email to