I don't know if a direct SQL connection is possible, but I'm sure it's a bad idea anyway. If you can help it, you don't ever want to expose your database to the outside world.
A quick google search brings back a lot of examples, here's one using JSON: http://www.androidsnippets.org/snippets/69/ I also found a lot of examples using kSOAP2 if you'd prefer to create a SOAP webservice. On May 25, 12:52 pm, Arlen <[email protected]> wrote: > How can I feed the android grid with my sql Data through my website? > Does I need a direct connection to my server or can I use > webservices ? > Is there any example of that ? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

