Android Question JdbcSQL and SQL are compatible?

demonio_jack

Member
Licensed User
Hello everyone:
Today I have a fairly specific question: Are the JdbcSQL and SQL libraries compatible or not?
I have been developing an app (android) using JdbcSQL, as recommended, and connecting to a MYSQL server without any problem. However, for a few days now, I have wanted to add to my project the possibility of saving data on each device on a local db using SQLITE. When I refer to the SQL library, the app gets in conflicts and stops with the following error: "java.lang.ClassCastException: com.mysql.jdbc.JDBC4ResultSet cannot be cast to android.database.Cursor".
Any ideas why they are in conflict? Can I use JdbcSQL library for local db too?
What other option do you recommend using to save data in a local database xxxx.db with data from my MYSQL server ???

Thanks a lot.

Demonio
 
Top