Your Android device should not have to know what brand of database you are using. First decide how much of the processing is on the server. If most is on the mobile device then use a web service and feed the mobile device XML. If the device is just doing presentation (especially if the data ends up being consumed by JavaScript on the device) then JSON makes more sense.
On Feb 24, 8:17 pm, hazem omies <[email protected]> wrote: > hi ,,,,, > > how to implement android application that read database from Sql > server 2008 -- 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

