Page 1 of 1

file is encrypted or is not a database.

Posted: Wed 23 Apr 2014 07:32
by devart001
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.

Re: file is encrypted or is not a database.

Posted: Wed 23 Apr 2014 10:49
by AlexP
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.