Subject Re: [IBO] Password field
Author m. Th.
Alexandre wrote:
> I have a field in a tib_query I use to save a password, how to appear * in place of the password ?
>
> Thx
> Alexandre
> Brazil
>
Assuming that you use Delphi, you'll set the PasswordChar property of
your DB-Aware control which shows the field's content to '*' (*if* you
control has such property).

BTW, this has noting to do with IBObjects - it isn't a problem which is
solved in database/persistence layer. If you want to _encrypt_ your
password in database then this is entirely another matter.

HTH,

m. th.