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
Is Android devices support JDBC.
Will Android 2.2 support JDBC.
If supported, which Android versions will support JDBC.
NO android does not support locally MYSQL database so we can not use JDBC connection frmo android device , its support only sqlite database .
and if you want to use your database from server then simply make a web services for it , all the connection of database then handled from server .
however its help you to understand JDBC and android horrible !! SO Question