Subject | Re: [firebird-support] Stored Procedure |
---|---|
Author | Lucas Franzen |
Post date | 2004-12-03T14:19:42Z |
malkuthdarkbane schrieb:
the declaration / size?
Luc.
>Ar you sure all your params are VARCHARs and if so do your values fit
>
> If I use
> SELECT
> COMPARE_REPORT_MASTER.RESULT
> FROM
> COMPARE_REPORT_MASTER(:URL1, :SITENUM, :SITETYPE, :SESSION_ID)
> to test my stored procedure it works fine.
>
> If I try to replace any of the paremters with set variables it seems
> to fail, i assume I have the wrong syntax.
>
> if all the parameters are strings would it be
> SELECT
> COMPARE_REPORT_MASTER.RESULT
> FROM
> COMPARE_REPORT_MASTER('URL1', 'SITENUM', 'SITETYPE', 'SESSION_ID')
>
> as this doesnt seem to work
the declaration / size?
Luc.