Hola, esto va dirigido a mcqueccu y a los que mas sepan de esto ... para apuntar que sobre el ejemplo del hilo https://www.b4x.com/android/forum/threads/open-encrypted-sqlite-databases-with-b4j-sqlcipher.162466/ .... que cuando se activa la libreria KeyValueStore interfiere con el driver de jdbc que conecta con la bd sqlcipher, porque KeyValueStore lleva una instancia interna a sqlite que lo impide..., si no fuera por esto el ejemplo va perfecto, pero en cuanto activas KeyValueStore se fastidia. No se si sería posible modificar KeyValueStore... Gracias.
As I said at post#2, you need to modify this KVS library.
I have attached the kvs library I modified, which depends on sqlite-jdbc-3.46.0.0.jar, you can download it from github or this link. Note: put them into the addlitional folder.
Thanks for your reply, Teddybear. I had tried that before, but it didn't work. And activating the KeyValueStore to use JRDC2 is causing a conflict. I'll try another way. Regards.