Hi all,
I am looking for recommendations for a database I can use in my desktop app and not have to install additional software. something like the SQLite/SQLChipher in Android. Something light weight and easy to use. Encryption would be a plus.
Hi all,
I am looking for recommendations for a database I can use in my desktop app and not have to install additional software. something like the SQLite/SQLChipher in Android. Something light weight and easy to use. Encryption would be a plus.
Download the JDBC from this GitHub, and place it in your Additional folder In your Main Module, use #AdditionalJar to add your jdbc. Add JSQL library The following JDBC has been tested and works fine. You can use any of them '#AdditionalJar: sqlite-jdbc-3.30.0 '#AdditionalJar...
www.b4x.com
I understand that's not the case. In any case, take a look at this.
Download the JDBC from this GitHub, and place it in your Additional folder In your Main Module, use #AdditionalJar to add your jdbc. Add JSQL library The following JDBC has been tested and works fine. You can use any of them '#AdditionalJar: sqlite-jdbc-3.30.0 '#AdditionalJar...
www.b4x.com
I understand that's not the case. In any case, take a look at this.