Page 1 of 1

UNIDAC - SQLite - Delphi XE4 - 64 bits

Posted: Sun 20 Oct 2013 21:22
by FerCastro
Hello all,

I have a proyect developed with Delphi XE/Unidac/Sqlite. Works fine, i use direct connection and a encrypted database.

I am trying to compile the same application with Delphi XE4 - 64 bits and all the components work fine but the Unidac.

Despite I use direct connection the application ask for the sqlite3.dll file (the message is: Can not load the slite3.dll)

Is there something am I missing? DO I need a new compiled dll file?

Thanks and best regards

FerCastro

Re: UNIDAC - SQLite - Delphi XE4 - 64 bits

Posted: Mon 21 Oct 2013 07:27
by AlexP
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

Re: UNIDAC - SQLite - Delphi XE4 - 64 bits

Posted: Mon 21 Oct 2013 12:13
by FerCastro
Thanks for the answer.

One last. What compiled dll do i have to use in order to access a encrypted sqlite database? Actually every time i try my dlls i get the message that my dll does not support encryption.

Thanks and best regards

Re: UNIDAC - SQLite - Delphi XE4 - 64 bits

Posted: Mon 21 Oct 2013 17:05
by FerCastro
Can I use encrypted databases with Unidac/SQlite and delphi xe4 64 bits?

thanks

Re: UNIDAC - SQLite - Delphi XE4 - 64 bits

Posted: Tue 22 Oct 2013 08:01
by AlexP
Hello,

You can use encryption in UniDAC/LiteDAC on the Win64 platform if your 64-bit SQLite3.dll library supports encryption.