[Lazarus] Sqlite3 on Android

Jean SUZINEAU jean.suzineau at wanadoo.fr
Thu Oct 31 22:51:59 CET 2024


If you use LAMW, I think you can find the documents directory this way 
(assuming var jF: jForm; ):

DocumentsDirectory:= jF.GetEnvironmentDirectoryPath( dirDocuments);

I would be curious if you can open the database this way.

For my programs, due to to the various securities of Android, I needed 
to use the java APIs of Android to acces my SQLite databases, i.e. the 
jSqliteCursor and jSqliteDataAccess components of LAMW.




More information about the lazarus mailing list