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

[Lazarus] Sqlite3 on Android

2024-10-30 Thread Larry Dalton via lazarus
I am writing an app for Android on Lazarus 3.4, fpc 3.2.2. It accesses an Sqlite3 database named “Carsdatabase.db”. It is in the documents file on my Android phone. How do I enter the database name in Sqlite3connection? Sent from my iPhone -- ___ lazar