Android : Is JDBC supported in Android devices?

前端 未结 5 1102
名媛妹妹
名媛妹妹 2020-12-06 05:48

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

5条回答
  •  萌比男神i
    2020-12-06 06:36

    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

提交回复
热议问题