Subject | Trying to use FB3 example to encrypt database |
---|---|
Author | OAZEZ Software - José Eduardo |
Post date | 2018-05-09T14:05:10Z |
I'm trying to build it with Delphi Tokyo, and when I try to encrypt the
database I'm getting the message:
- Error loading plugin cryptdb.dll
- Module {FIREBIRDDIR}\plugins\cryptdb.dll does not contain plugin
cryptdb.dll type 9
My steps:
1) Installed Firebird 3.0.3 (NNF)
2) Rename {FIREBIRDDIR}\examples\dbcrypt\crypdb.pas to cryptdb.dpr, and
build
3) Copied cryptdb.dll to {FIREBIRDDIR}\plugins
4) isql employee2.fdb -user sysdba -pass masterkey
5) alter database encrypt with "cryptdb.dll";
6) no joy, the obnoxious error message appears.
Any ideas what I'm doing wrong?
GOD Bless
José Eduardo
database I'm getting the message:
- Error loading plugin cryptdb.dll
- Module {FIREBIRDDIR}\plugins\cryptdb.dll does not contain plugin
cryptdb.dll type 9
My steps:
1) Installed Firebird 3.0.3 (NNF)
2) Rename {FIREBIRDDIR}\examples\dbcrypt\crypdb.pas to cryptdb.dpr, and
build
3) Copied cryptdb.dll to {FIREBIRDDIR}\plugins
4) isql employee2.fdb -user sysdba -pass masterkey
5) alter database encrypt with "cryptdb.dll";
6) no joy, the obnoxious error message appears.
Any ideas what I'm doing wrong?
GOD Bless
José Eduardo