Re: [Lazarus] Sqlite3 on Android

2024-10-31 Thread Larry Dalton via lazarus
I will let you know On Thu, Oct 31, 2024 at 17:59 Jean SUZINEAU via lazarus < lazarus@lists.lazarus-ide.org> wrote: > If you use LAMW, I think you can find the documents directory this way > (assuming var jF: jForm; ): > > DocumentsDirectory:= jF.GetEnvironmentDirectoryPath( dirDocuments); > > I

Re: [Lazarus] Sqlite3 on Android

2024-10-31 Thread Jean SUZINEAU via lazarus
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 neede