UNIDAC SQLite Direct Mode and 64Bit

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Dunkelmann
Posts: 13
Joined: Fri 05 Apr 2013 08:43

UNIDAC SQLite Direct Mode and 64Bit

Post by Dunkelmann » Fri 05 Apr 2013 08:50

Hello,

I am trying to convert one of my Delphi Projects to 64 Bit.

(XE3 with Unidac 4.6.11)

It uses one Unidac Mysql Connection in Direct Mode and One UNidac SQLITE Connection in DIRECT MODE.

The MySQL Connection seems to work fine, but the SQLITE Connection does not work. It cannot load 'sqlite3.dll'.
If I change to Direct mode = false and supply a 64 Bit SQLite DLL, it works.

Is there a way to use Unidac SQLite Provider in Direct Mode with 64 Bit ?

Thanks!

DKM

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

Re: UNIDAC SQLite Direct Mode and 64Bit

Post by AlexP » Fri 05 Apr 2013 13:45

hello,

Unfortunately, for the time being, the Direct mode in SQLite is not supported for the 64-bit platform. We plan to add the support in one of the next UniDAC versions

Dunkelmann
Posts: 13
Joined: Fri 05 Apr 2013 08:43

Re: UNIDAC SQLite Direct Mode and 64Bit

Post by Dunkelmann » Sat 06 Apr 2013 10:07

OK, thanks!

Post Reply