Hello,
version Oracle 9.2
Crystal reports XI
I am having a small oracle issue. I want to use the standard "Oracle server" driver but it does not allow me to create an sql expression IFNULL:
{fn IFNULL("Table"."field", 0)}
Does anyone have ideas.
I then place this sql expression into my record selection:
{%SQL expression} = 0
I could use a formula but then it will be much slower and the statement will not be passed to the SQL "Where" section.
If I use the Oraoledb.oracle driver then it works but I am getting the following error when I run the report in my application: database vendor code: 942
Thanks in advance..
AB
APB
version Oracle 9.2
Crystal reports XI
I am having a small oracle issue. I want to use the standard "Oracle server" driver but it does not allow me to create an sql expression IFNULL:
{fn IFNULL("Table"."field", 0)}
Does anyone have ideas.
I then place this sql expression into my record selection:
{%SQL expression} = 0
I could use a formula but then it will be much slower and the statement will not be passed to the SQL "Where" section.
If I use the Oraoledb.oracle driver then it works but I am getting the following error when I run the report in my application: database vendor code: 942
Thanks in advance..
AB
APB