There is nothing implemented into the standard SDK to directly connect to a MySQL database. Your best bet might be to use something like an external library such as: http://code.google.com/p/sqldroid/ I've never used this myself though.
On Mon, Oct 18, 2010 at 11:29 PM, JonFHancock <[email protected]> wrote: > Not that I'm aware of, but remember that any code executed on a > machine you do not control is untrusted. It would be all too easy for > someone to modify your code in a way that can make calls to your db > that corrupt the db. > > Making a php or java server-side application that you can just send > http post data to is way too easy to justify the risk. > > On Oct 18, 2:29 pm, saex <[email protected]> wrote: >> Hi >> >> can i do it? I just wanna make SELECT/INSERT into a remote database >> with my android phone application, i think it have to be easy but i >> can't find the way. I only find people that tell i have to make a >> webservice os romething like that, but that is another world for me, >> and i can't put a webservice in the database host... >> >> ¿there is not a normal way to do it without a webservice? >> >> thanks > > -- > 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 -- ~ Jeremiah:9:23-24 Android 2D MMORPG: http://developingthedream.blogspot.com/, http://www.youtube.com/user/revoltingx -- 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

