Subject Re:IBO + IB + encryption
Author Aage Johansen
<<
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.