Database Error Messages

PCC-02357

Function calls may not be used as host variable expressions

Cause

Only objects that are lvalues (that resolve to an address) can be host variables. Because a function call is not an lvalue, one cannot be used in place of a host variable.


Action

Recode the application.