Android Question SQLCipherB4A and DBUtils

GeoffT660

Active Member
Licensed User
Longtime User
I saw another unresolved post related to the new SQLCipherB4A library not working with DBUtils and I have the same issue as reported and am hoping someone has found a solution. On the simple task of DBUtils.GetDBVersion, I get this error while compiling
B4X:
src\com\BizMobl\main.java:3473: error: incompatible types: SQLCipher cannot be converted to SQL
parent._dbversion = parent.mostCurrent._dbutils._getdbversion /*int*/ (mostCurrent.activityBA,(anywheresoftware.b4a.sql.SQL)(parent.mostCurrent._starter._sqlbn /*com.SQLCipherB4A.SQLCipher*/ ));
and see other commands like dBUtils.ExecuteSpinner won't work either and give a similar error message. Please let me know if there is a solution to this issue or if there a work-around or any other ideas on how to resolve this issue.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…