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
UNIDAC SQLite Direct Mode and 64Bit
Re: UNIDAC SQLite Direct Mode and 64Bit
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
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
OK, thanks!