Hi all
I use zeosDBO 6.6.1 with sqlite on Lazarus 0.9.20 OS win32
I write next parameters
zconnection1.Catalog:= "D:\lazarprog\sqlite1\"
zconnection1.Database:="D:\lazarprog\sqlite1\gas.s3db"
zconnection1.Protocol:=sqlite-3
when I send
zconnection1.Connected:=True
Lazarus write next message: "None of dynamic libraries can be found: sqlite3.dll"
I put my Database & sqlite3.dll in folder where mybase program
not necessary lay down it to windows\system32 (you may use any dorectories what exist in you Windows PATH variable(!))
and of couse you may lay down it in same directory where your *.exe lay down
and of couse you may lay down it in same directory where your *.exe lay down
I tryed to use lazarus 0.9.24/FPC 2.2 with zeos and sqlite under windows and it seems necessary to copy sqlite3.dll into windows/system folder and not work if sqlite3.dll is in same folder as .exe!