[Lazarus] sqlite3 app on linux

Andrea Mauri andrea.mauri.75 at gmail.com
Thu Oct 14 16:28:12 CEST 2010


Il 14/10/2010 15:51, Michael Van Canneyt ha scritto:
>
> Yes. Put the following in the startup code of your app:
>
> uses sqlite3dyn;
>
> begin
>    InitializeSqlite('libsqlite3.so.0');
> end;
>
I tried but now I get the following error when I create at runtime the 
sqlite db and related tables:

sqlite interface already initialized from library libsqlite3.so.0


> More sophisticated would be to detect which file actually exists, and use
> the correct filename.

How can I do that? Suggestions?




More information about the Lazarus mailing list