Hi Gabriel This can be done.
Ive earlier implemented an app which talks to a customer crm oracle db. You simply need to build a web service for the android app to talk to Cheers http://twitter.com/duleepsahadevan On Wed, Jun 30, 2010 at 1:55 PM, gabri <[email protected]> wrote: > hi Brad, > > Yes, I mean the DataBase is on an external Server. > > What I exactly have to do is Inserting from my andoid app a row into a > table which is in this dataBase, this row must have a file image.jpg > (blob) 2 floats and a String. This will be done after a > button.setOnClickListener() and has to arrive to a php Server which > contains the MySql DB. If you need more info please be more specific > as at the moment I don't know what more usefull information to tell > you. > > Please again provide some examples if possible. > Thanks in Advance again, > Gabriel > > On 29 jun, 21:30, Brad Gies <[email protected]> wrote: > > By external MySQL database do you mean it's on an external server? > > > > If so, my preferred method is using HttpClient in Android, and a PHP > > webservice on the server to insert it into the database. > > > > There are many options, so if you explain exactly what your situation is > > we can give better advice. > > > > Brad. > > > > On 29/06/2010 9:42 AM, gabri wrote: > > > > > > > > > > > > > Hi everyone, > > > I need help connecting my aplication to an EXTERNAL MYSQL DataBase. > > > What I have to do in this app is sending an image.jpg file and some > > > strings so they are inserted in the DB. I've been googling around and > > > found some info about that but I still have nothing clear in what > > > possibility to use and how to use it. > > > > > I've understood that i can't use sqlite as it is an external DB is > > > this correct. > > > > > This are the 2 possibilities I'm looking at the moment: > > > > > - Using php files to send the data and connect from there to the DB. > > > Using httprequest httpuploadFile, etc... > > > - Using Rest or Soap Webservices. > > > > > Any other sugegestion will be kindly accepted. > > > > > Please give your opinion and give also examples on how to use any of > > > the solutions. > > > Yhanks everyone in Advance. > > > Gabriel > > > > -- > > Sincerely, > > > > Brad Gies > > ----------------------------------------------------------------------- > > Bistro Bot - Bistro > Blurbhttp://www.bgies.comhttp://www.bistroblurb.comhttp:// > www.ihottonight.com > > ----------------------------------------------------------------------- > > > > Never doubt that a small group of thoughtful, committed people can > > change the world. Indeed. It is the only thing that ever has - Margaret > Mead- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- www.twitter.com/duleepsahadevan http://my-driving-tours.blogspot.com -- 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

