Subject | Re:IBO + IB + encryption |
---|---|
Author | Aage Johansen |
Post date | 2010-02-01T22:04:04Z |
<<
I'm trying to work with InterBase and its (column level) encryption facility.
...
Now, how can I let a user (read: Delphi application) handle this?
How can I serve up the relevant password(s)?
Sending SQL (i.e. through ibquery) like
set password 'pw' for encryption ...
works fine.
--
Aage J.
I'm trying to work with InterBase and its (column level) encryption facility.
...
Now, how can I let a user (read: Delphi application) handle this?
How can I serve up the relevant password(s)?
>>Answering myself:
Sending SQL (i.e. through ibquery) like
set password 'pw' for encryption ...
works fine.
--
Aage J.