[Lazarus] SQLite database schema has changed
Luiz Americo Pereira Camara
luizmed at oi.com.br
Thu Dec 4 00:00:26 CET 2008
Luca Olivetti escreveu:
> En/na Luiz Americo Pereira Camara ha escrit:
>
>
>> Try to use the function sqlite3_enable_shared_cache with true as
>> parameter in the start of your application.
>>
>> The function declaration:
>>
>> function sqlite3_enable_shared_cache(Enable: Boolean): LongInt; cdecl;
>> external 'sqlite3';
>>
>
>
> I don't think it will help,
It worked for me. I had the same problem in my app. Did you tried?
Luiz
More information about the Lazarus
mailing list