Hi everybody, I am writing an android application which will fetch and put information to a server database (mysql). In my research, the easiest way was to convert database to JSON format by php or any other scripting language and then to fetch data by httpClient in android. What I wonder is whether there is another easy way of doing this, because I am not sure how I can update database with this method, I am not so good at php. Is it possible to use sql commands in android code to communicate with a server database?
Thanks in advance Firat -- To post to this group, send email to javaprogrammingwithpassion@googlegroups.com To unsubscribe from this group, send email to javaprogrammingwithpassion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en