Hi saex, Iff you have control of the/your server, and if it runs a JSP web server such as Apache TomCat (free), you could use my 'really simple' web service protocol for your purposes called: 'SQL+PaWS' to get direct/barebones and easy access to an SQL server (including MySQL) with standard SQL commands (and nothing else) via http, i.e. with no XML protocol/bureaucratic crap around it. All you need to change in the provided JSP code server-side is: your database name, your database username and its password.
See the blog intro to SQL+PaWS and the free JSP code (open source) download from here: http://www.digitalfriend.org/blog/month2007-10.html and the 'Specification' of 'SQL+PaWS' here: http://www.digitalfriend.org/technology/SQL+PaWS/index.html Cheers Steve P.S. If you want to do a PHP conversion of the JSP instead (anyone:), please feel free to do so, and get a copy back to me:), as I have no desire/intention to learn PHP, but it would be useful to other people without a TOmCat web server. On Oct 19, 8:29 am, saex <elpablos...@gmail.com> 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 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