file is encrypted or is not a database.

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

file is encrypted or is not a database.

Post by devart001 » Wed 23 Apr 2014 07:32

UniConnection.SpecificOptions.Values['ForceCreateDatabase'] := 'False';
UniConnection.SpecificOptions.Values['Direct'] := 'True';
UniConnection.SpecificOptions.Values['EncryptionAlgorithm'] := 'leBlowfish';
UniConnection.SpecificOptions.Values['EncryptionKey'] := '';

file is encrypted or is not a database.

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

Re: file is encrypted or is not a database.

Post by AlexP » Wed 23 Apr 2014 10:49

Hello,

This error means that you are trying to open an encrypted database. Check the password and encryption algorithm, and also make sure the database was encrypted with our products.

Post Reply