On 23 Dic, 23:48, kennedyximenes <kennedy.xime...@gmail.com> wrote:
> Hi,
>
> I am developing an Android App and I need to connect to read and
> retrieve data from a remote database.
>
> On the one side I have a SQL Server Database and on the other side I
> have my Android application. I would like a tutorial or a practical
> example describing all processes and how to do that.
>
> Thank you for any help.


I don't have any tutorial, but this is a quite common asked question.
The best practice seems to be to put some webservice(ish) stuff
between your android app and the dbms, and expose an interface to do
whatever you want to do with the dbms.

Hope this helps,

    Federico

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