I am doing an Android application using JDBC to send data to database without using any web services. I did an experiment using Android 2.2 emulator and I am able to send da
It sounds like your Mysql installation only allows connections from local host. Update your Mysql config to allow connections from any host.
From what I can see java.sql is supported since API-level 1 and I don think the support will be removed any time soon.
/Thomas