hi,
i have
- add #AdditionalJar: sqlite-jdbc-3.31.1 (in Main Window at Project Attributes, File in Libary Folder)
- use ist with sql_k.initializesqlite
but with
(after load a File) i get 3.7.2 ???
What's the rigth way to use a newer SQLite Version??
i have
- add #AdditionalJar: sqlite-jdbc-3.31.1 (in Main Window at Project Attributes, File in Libary Folder)
- use ist with sql_k.initializesqlite
but with
B4X:
Log(SQL_K.ExecQuerySingleResult( "SELECT sqlite_version()"))
What's the rigth way to use a newer SQLite Version??