On Sat, Jan 16, 2010 at 18:09, NicoToc <[email protected]> wrote: > Hi, > > I'd like to add a distant database from my app to edit and read this > database... I don't have any clue on how to do that. > > Any input?? > You need to use some SQL client for example JDBC ( http://en.wikipedia.org/wiki/Java_Database_Connectivity ). But connecting directly to DB is usually bad idea. Better approach is to create back end application that will communicate with DB (will be responsible for user authentication, and data validation). Then You can write Android application that will communicate with back end application (for example using JSON or XML over http).
regards, Maciej Sawicki
-- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
