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'.
SQLite EnableSharedCache on Android 4.04
Re: SQLite EnableSharedCache on Android 4.04
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.
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.