Subject Re: [firebird-support] md5sum
Author Michal Žeravík
Oh, I'm sorry, I was wrong having 'hash' column
not as CHAR(32). now it works:
insert into mytable values(23,md5sum('passs'),'john');

Thank you.
Michalz


Martijn Tonies wrote:

>>this is a slight OT, but it would really help.
>>I need to use md5sum from rfunc, but don't know how:
>>INSERT INTO mytable (id,hash,name) VALUES (21,md5sum('passw'),'john');
>>doesn't work. I have registered function, but what next?
>>
>>
>
>"doesn't work"?
>
>With regards,
>
>Martijn Tonies
>Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
>Server
>Upscene Productions
>http://www.upscene.com
>
>
>



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