You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jeff Sexton <js...@odshp.com> on 2003/05/02 19:13:38 UTC

Re: esql stored procedure problem - solved!

On Fri, 2 May 2003, Christopher Painter-Wakefield wrote:
> You seem to have an unmatched curly brace at the end of your call
> statement, and an unmatched parenthesis at the beginning of your call
> statement.

Opps, you're right.

And it turns out that the {} shouldn't be there at all and there should be
commas.  This seems to work:

<esql:call>
  exec provDetail(
    <esql:parameter direction="in" type="Int"><xsp:expr>pkInt</xsp:expr></esql:parameter>,
    <esql:parameter direction="in" type="String"><xsp:expr>ciString</xsp:expr></esql:parameter>,
    <esql:parameter direction="in" type="String"><xsp:expr>prString</xsp:expr></esql:parameter>
  )
</esql:call>

Thanks!



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org