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
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
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