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
oz8hp
Posts: 151
Joined: Mon 18 Feb 2008 13:28
Location: Denmark
Contact:

SQLite function is not linked

Post by oz8hp » Sat 28 May 2011 06:42

I have an application that has been running for some time using both MS Access and MySQL.
Now one person wants to switch to SQLite and that application have been working with that earlier. But to be honest I can't remember what version of UniDAC that was. But the dbConnection form I use hasen't change since I creted it a couple of years back. And it has been working with SQLite.
I am now using version 3.60.0.16 for Delphi XE on Win 7 64bit

I have the SQLite DLL in my c:\Windows\System32\ and c:\Windows\SysWOW64\

I get an error saying 'SQLite function is not linked'

If you need further info please say so and I will try to find it.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 30 May 2011 08:59

Hello,

In the latest compiled version of SQLite.dll, the developers turned off some functions, and that was the reason why the 'SQLite function is not linked' error occurred. We've already fixed this problem. Please download the latest version of UniDAC 3.70.0.17 and try once more.

oz8hp
Posts: 151
Joined: Mon 18 Feb 2008 13:28
Location: Denmark
Contact:

Post by oz8hp » Thu 02 Jun 2011 14:48

OK - problem looks like solved. TNX

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 02 Jun 2011 14:56

Hello,

Glad to see that the problem was solved. If you have any other questions, feel free to contact us.

Post Reply