I'm trying to get a result set from stored proc but it ends with error:
org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): 
java.lang.RuntimeException: Error
getting clob data: null

the code snippet:
<esql:connection>
<esql:pool>sqlserver</esql:pool>
<esql:execute-query>
<esql:call>
{? = call Rp_OperDocs(<esql:parameter type="int" direction="in">
<xsp:expr>37521</xsp:expr>
</esql:parameter>)}
</esql:call>
<esql:call-results>
<esql:row-results>
<esql:get-string column="Kind"/>
</esql:row-results>
</esql:call-results>
</esql:execute-query>
</esql:connection>

What wrong? Help please.


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to