In PB8.0 + Orcle8i SQL writes in a data window:
DECODE (KSXX_PHOTO. PHOTO, EMPTY_BLOB (), 'no photos',' ')
The same code in the PB8.0 + Orcle9i cannot pass, tip:
ORA - 00932: inconsistent data types: requirements - got a BLOB
Could you tell me how to do to change through normal? The problem of is EMPTY_BLOB ()?