Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using Crystal Reports to call an Oracle package?
Yvonne G wrote:
> I'm getting an "Error in compling SQL Expression: syntax error found
> here",
> when calling an Oracle package using Crystal Reports, which I believe
> is
> just Crystal saying it can't read the package.
>
[...]
>
> Code is as follows:
>
> SELECT
> classname class,rpad(description, 43, ' ') description,
> SFC.RADIX.TO_BIN(ABS(CLASS.FLAGDISPLAY))
> FROM class
>
[...]
Hello Yvonne,
Crystal likes to interpret SQLs itself before sending it to Oracle.
Maybe you could hide the call of the packaged function in a view so that
Crystal sees just plain SQL which it can handle.
Hope that helps,
Lothar
-- Lothar Armbrüster | la_at_oktagramm.de Hauptstr. 26 | la_at_heptagramm.de D-65346 Eltville | lothar.armbruester_at_t-online.deReceived on Thu Jul 24 2003 - 13:41:08 CDT
![]() |
![]() |