sqlite dll that you are using does not support sqlite database encryption.

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
devart001
Posts: 23
Joined: Wed 02 Apr 2014 09:13

sqlite dll that you are using does not support sqlite database encryption.

Post by devart001 » Wed 23 Apr 2014 07:20

sqlite dll that you are using does not support sqlite database encryption.

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

Re: sqlite dll that you are using does not support sqlite database encryption.

Post by AlexP » Wed 23 Apr 2014 10:41

Hello,

Encryption is implemented by us in the Direct mode supported for Windows platforms only. For other platforms, you should use an external SQLite3 library with support for encryption.

Post Reply