Page 1 of 1

How to specify InterBase SEP?

Posted: Thu 02 Dec 2021 08:32
by upscene
Hi,

how does one specify the InterBase System Encryption Password (SEP) when connecting?

With regards,

Martijn

Re: How to specify InterBase SEP?

Posted: Fri 03 Dec 2021 15:19
by ViktorV
Hi Martijn!

Kindly be informed that to solve this problem, you should use the TIBCConnection.Params property with the sys_encrypt_password value: https://docs.devart.com/ibdac/devart.ib ... params.htm

For example:

Code: Select all

   IBCConnection.Params.Add ('sys_encrypt_password = pass');

Re: How to specify InterBase SEP?

Posted: Fri 03 Dec 2021 16:04
by upscene
Thank you Viktor.

I checked the documentation, but couldn't find the parameter name.

Is there a list of all available parameter names and possible options?