Subject | Re: [firebird-support] Re: FB3 Embedded on Android |
---|---|
Author | |
Post date | 2018-02-18T23:16:43Z |
---In firebird-support@yahoogroups.com, <projorge@...> wrote :
...
FIREBIRD_LOCK environment variable to the some accessible folder. The
variable should be set before your app start or even by your app but before
first call of Firebird API.
Hope it helps,
Vlad
Good to know. Looks like wrong build configuration, will investigate it> Yes, putting firebird.conf and firebird.msg one folder above gives some progress..
> Can not access lock files directory /data/local/tmp/firebird/Usually, firebird creates this folder by itself
Seems you found a root of the problem. As a quick workaround you may set> It seems that the user can't access to data/local/tmp> I can only access to /data/local/tmp as root
FIREBIRD_LOCK environment variable to the some accessible folder. The
variable should be set before your app start or even by your app but before
first call of Firebird API.
Hope it helps,
Vlad