SQLite EnableSharedCache on Android 4.04

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

SQLite EnableSharedCache on Android 4.04

Post by swierzbicki » Fri 10 Jul 2015 08:21

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: SQLite EnableSharedCache on Android 4.04

Post by AlexP » Mon 13 Jul 2015 07:28

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.

Post Reply