Page 1 of 1

SQLite function is not linked error

Posted: Sun 14 Apr 2013 20:21
by joepgen
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

Re: SQLite function is not linked error

Posted: Mon 15 Apr 2013 08:43
by AlexP
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.

Re: SQLite function is not linked error

Posted: Mon 15 Apr 2013 10:48
by joepgen
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

Re: SQLite function is not linked error

Posted: Mon 15 Apr 2013 12:09
by AlexP
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

Re: SQLite function is not linked error

Posted: Mon 15 Apr 2013 12:46
by joepgen
Great. Thank You.