SQLite function is not linked

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nomates
Posts: 5
Joined: Thu 11 Jun 2009 17:01

SQLite function is not linked

Post by nomates » Fri 12 Jun 2009 10:54

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 15 Jun 2009 05:37

Please specify the exact version of your sqlite.dll.

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

nomates
Posts: 5
Joined: Thu 11 Jun 2009 17:01

Post by nomates » Tue 16 Jun 2009 10:20

Hi, Thanks for the reply

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

any other ideas

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 18 Jun 2009 10:53

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

skippy
Posts: 20
Joined: Fri 18 Sep 2009 09:42

Post by skippy » Fri 18 Sep 2009 11:25

I have the same issue, is there any news on this one ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 21 Sep 2009 08:11

Download the latest version of sqlite3.dll to resolve this problem.

dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

Post by dkittell » Thu 10 Dec 2009 01:40

I have downloaded the latest DLL and I have this issue as well, any ideas?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 10 Dec 2009 08:31

Please specify how to reproduce the problem.

dkittell
Posts: 10
Joined: Thu 10 Dec 2009 01:37
Location: Michigan, USA

Post by dkittell » Thu 10 Dec 2009 15:30

Disregard, my issue was Windows 7 64 bit, once I switched back to XP 32 bit it started working.

mtbf40
Posts: 2
Joined: Tue 30 Oct 2012 14:59

Re: SQLite function is not linked

Post by mtbf40 » Tue 30 Oct 2012 15:22

Hello,

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

Post Reply