SQLite function is not linked error

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQLite in Delphi and C++Builder
Post Reply
joepgen
Posts: 3
Joined: Sun 14 Apr 2013 20:07

SQLite function is not linked error

Post by joepgen » Sun 14 Apr 2013 20:21

Hi,

i am using Delphi XE2 Update 4 Hotfix 1 under Win 7/64.
When trying to run the demos of dbExpress Driver for SQLite (Trial Version), I get an error dialog with the message "SQLite function is not linked".

Copied already the current SQLite3.dll to the SYSWOW64 Folder, but no success.
How to fix?

Regards - Hans-Georg

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

Re: SQLite function is not linked error

Post by AlexP » Mon 15 Apr 2013 08:43

Hello,

We have checked our both trial and licensed dbExpress driver for SQLite on the latest SQLite3.dll version (that is available at the developers website), and haven't found the described problem. Please specify the SQLite library version you are using.

joepgen
Posts: 3
Joined: Sun 14 Apr 2013 20:07

Re: SQLite function is not linked error

Post by joepgen » Mon 15 Apr 2013 10:48

Hi,

we are using sqlite3.dll Version 3.7.16.2, downloaded from www.sqlite.org/download.html;
Description:

sqlite-dll-win32-x86-3071602.zip
(303.77 KiB) This ZIP archive contains a DLL for the SQLite library version 3.7.16.2 for 32-bit x86 processors using the Win32 API. The DLL is built using SQLITE_ENABLE_COLUMN_METADATA so that it is suitable for use with Ruby on Rails.
(sha1: 7348174da6265bdc1f39d85a5799560e96bcac2f)


Thanx -- Hans-Georg

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

Re: SQLite function is not linked error

Post by AlexP » Mon 15 Apr 2013 12:09

Hello,

Thank you for the information, we have reproduced the problem. For the time being, to solve the problem, you should specify the name of the SQLite3.dll library in the SQLConnection.VendorLib property.
We will fix our demos in the next driver version

joepgen
Posts: 3
Joined: Sun 14 Apr 2013 20:07

Re: SQLite function is not linked error

Post by joepgen » Mon 15 Apr 2013 12:46

Great. Thank You.

Post Reply