Hi all
I have an question about PostgreSQL in powerbuilder script:
select (password = crypt(:vs_password, password)) into :lb_valid from role_user where id = :ll_userid using sqlca;
(ODBC connection)
the ERROR is below
database C0038: SQLSTATE = 42883ERROR function crypt( unknown, charecter varying) does not exist
Please help if any solution, thank in advance.