Subject A possible issue
Author

If I try compare a Param with NULL, in a TIBOQuery, like below, I get the error:


E_UNSUPPORTED_COLUMN "Unsupported column type: 32767"


SELECT * 

FROM FOO 

WHERE ((ID = :PARAM) OR (:PARAM = 0) OR (:PARAM IS NULL))



In the IBExpert, the SQL run normally.