I have made an B4j programm that reads and writes into a local sqlite database. The database is located in the path c:/sql in a windows 10 installation.
The program works perfectly when compiled and executed in the IDE. However, it fails to insert data into the sql database (without exception) when built as a package.
I tried to execute it with adminstrators rights, to no avail. The path c:/sql is not write protected in my installation.
Thanks for help
The program works perfectly when compiled and executed in the IDE. However, it fails to insert data into the sql database (without exception) when built as a package.
I tried to execute it with adminstrators rights, to no avail. The path c:/sql is not write protected in my installation.
Thanks for help