UniConnection error when connecting in Delphi XE7 IDE

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
psantaana
Posts: 1
Joined: Fri 06 Sep 2013 14:19

UniConnection error when connecting in Delphi XE7 IDE

Post by psantaana » Wed 18 Feb 2015 16:02

Hello:

I'm working in Windows 7 with Delphi XE7 (recently acquired) and UniDAC components.

I create a new App and put a TSQLiteUniProvider and a TUniConnection. I assigned the Connection Provider and Database accordingly to my project and hit the "Connect" button of the dialog form. Doing this, appears an error message "Cannot load client library: sqlite3.dll".

This doesn't happened in Delphi XE6.

Could you tell me how can I solve this problem? It's impossible to work without a connection in the IDE.

Thanks...

Pablo.

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

Re: UniConnection error when connecting in Delphi XE7 IDE

Post by AlexP » Thu 19 Feb 2015 12:17

Hello,

1. The catalog, from which the application was loaded.
2. The system catalog.- //System32
3. The 16-bit system version catalog - . //System
4. The Windows catalog - . //Windows
5. Current working directory.
6. Directories listed in the РАТН environmental variable.

Please check these catalogs for the SQLite3.dll library

Post Reply