[ic] IF comparison question

Rene Hertell interchange-users@interchange.redhat.com
Sun May 12 15:47:01 2002


> Someone can correct me if I am wrong, but I don't think you are comparing
> anything.
>
> [if eq [sql-param foo]]
>
> maybe something more like
>
> [if foo eq [sql-param foo]]
>
> Paul

I'm trying to check if a value that a sql-query returns is empty or not...
Unfortunately I don't always know what I'm doing ;-)

René