My problem is that my project will no longer compile now that I have attempted to use SQLCipher invented by Zetetic.net.
On a tutorial by Erel,(https://www.b4x.com/android/forum/t...ryption-with-sqlcipher-library.14965/#content), Erel tells me to use the following line to initialize the SQLCipher method.
Unfortunately, the IDE slips me the note; Undeclared variable 'SQL1' is used before it was assigned any value.
In actuality I don't have a variable SQL1 anyway, so how shall I change the wording to make it work for my project. I'll attach a screenshot of when the compilation goes haywire.... Whoops, the image was too large. Here's the wetransfer.com link:
https://we.tl/t-vXVH78nqBw
Of course my project is an SQLite one. It has 712 records
On a tutorial by Erel,(https://www.b4x.com/android/forum/t...ryption-with-sqlcipher-library.14965/#content), Erel tells me to use the following line to initialize the SQLCipher method.
SQL1.Initialize(File.DirRootExternal, "1.db", True, DB_PASSWORD, ""):
Unfortunately, the IDE slips me the note; Undeclared variable 'SQL1' is used before it was assigned any value.
In actuality I don't have a variable SQL1 anyway, so how shall I change the wording to make it work for my project. I'll attach a screenshot of when the compilation goes haywire.... Whoops, the image was too large. Here's the wetransfer.com link:
https://we.tl/t-vXVH78nqBw
Of course my project is an SQLite one. It has 712 records