Subject PASSWORD() function ?
Author Riste Pejov
Does FB have a PASSWORD function ?

I would like to generate the encrypted password the same way it is stored in
isc4.gdb
so i could then update user password in something like this:
(using isc4.gdb)

UPDATE users SET password=PASSWORD("secret_pass") WHERE user="my_user";

if anyone used MySQL he would probably know what i wanna do :)




[Non-text portions of this message have been removed]