Although I haven't done this on Android, and it's been a long time since I did it in Java, Java will allow you to download JAR files from a web site, and use them from within your application as if they were right there all along. I used this a long time ago because I wasn't sure if I was going to be using MySQL or PostgreSQL as an applet's backend, so I wrote the applet's database support generically, and dynamically downloaded the corresponding JDBC driver package which in turn let me connect directly to the database I wanted to use.
Unfortunately, I don't have access to the code any more, it was lost in a machine crash and I eventually abandoned the applet in preference to a PHP solution, so I can't tell you exactly which classes are involved. Nor can I confirm that this is even possible in Android, but it may be worth researching. Raymond Mast3rpyr0 wrote: > is this possible? i need to send data from my phone to a sql server on > my website instead of in an onboard SQLlite DB. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

