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
UNIDAC - SQLite - Delphi XE4 - 64 bits
Re: UNIDAC - SQLite - Delphi XE4 - 64 bits
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
Re: UNIDAC - SQLite - Delphi XE4 - 64 bits
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
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
Can I use encrypted databases with Unidac/SQlite and delphi xe4 64 bits?
thanks
thanks
Re: UNIDAC - SQLite - Delphi XE4 - 64 bits
Hello,
You can use encryption in UniDAC/LiteDAC on the Win64 platform if your 64-bit SQLite3.dll library supports encryption.
You can use encryption in UniDAC/LiteDAC on the Win64 platform if your 64-bit SQLite3.dll library supports encryption.