Page 1 of 1

SQLite EnableSharedCache on Android 4.04

Posted: Fri 10 Jul 2015 08:21
by swierzbicki
Hello

I'm gettingthis error when running my app under Android 4.04 :

Exception 'first chance' at $5106BFE9. Exception Class EReadError with message 'Error when reading Connection.SpecificOptions.Strings: "EnableSharedCache" is not a valid option name for SQLite UniProvider'.

Re: SQLite EnableSharedCache on Android 4.04

Posted: Mon 13 Jul 2015 07:28
by AlexP
Hello,

The EnableSharedCache option is not supported in Android, this option is available only for Windows.

P.S. In the new version we have introduced a check for SpecificOptions and their values. Now, when you try to use a non-existent option, or assign an invalid value, you will receive an error message.