Page 1 of 1

SQLite function is not linked

Posted: Fri 12 Jun 2009 10:54
by nomates
Hi,

I've downloaded the UniDAC compiled demo, and copied my version of the sqlite3.dll to the executable directory, but the demo raise the above error any ideas as to why?

Here is what I have done

1) Run the UniDAC Demo
2) Clicked on the connect button and selected the provided as SQLite, then pointed the database to the path where my database is
3) Clicked connect
4) Select the query option from the UniDac Tree, and entered, Select * from cars
5) Click on the open button. Then UniDac demo raises SQLite function not linked.

Note: sometimes clicking on the execute button still raises the SQLite function not linked but if you then click on the open button it sometime open’s the database with the correct number of records but only with one field and all records blank!

Regards

Darren

Posted: Mon 15 Jun 2009 05:37
by Plash
Please specify the exact version of your sqlite.dll.

Probably you can resolve the problem if you download the latest version of sqlite.dll.

Posted: Tue 16 Jun 2009 10:20
by nomates
Hi, Thanks for the reply

I'm using version 3.6.15 downloaded from here http://www.sqlite.org/download.html

any other ideas

Posted: Thu 18 Jun 2009 10:53
by Plash
Maybe your application loads another old version of sqlite3.dll. Please check what file is loaded using the Modules window (select View | Debug Windows | Modules from the Delphi menu).

Posted: Fri 18 Sep 2009 11:25
by skippy
I have the same issue, is there any news on this one ?

Posted: Mon 21 Sep 2009 08:11
by Plash
Download the latest version of sqlite3.dll to resolve this problem.

Posted: Thu 10 Dec 2009 01:40
by dkittell
I have downloaded the latest DLL and I have this issue as well, any ideas?

Posted: Thu 10 Dec 2009 08:31
by Plash
Please specify how to reproduce the problem.

Posted: Thu 10 Dec 2009 15:30
by dkittell
Disregard, my issue was Windows 7 64 bit, once I switched back to XP 32 bit it started working.

Re: SQLite function is not linked

Posted: Tue 30 Oct 2012 15:22
by mtbf40
Hello,

i'm use the compiled Demo and wonder why you use TDBGrid and not TCRDBGrid