Witajcie!

I have serious problem with:
<esql:parameter 
type="BinaryStream"><xsp:expr>data.getInputStream()</xsp:expr></esql:parameter>
because esql.xsl gives this code:
_esql_query.getPreparedStatement().setBinaryStream(5, (data.getInputStream()));
whis is wrong because setBinaryStream function wants third parameter:
size. How to pass it to <esql:parameter> element?

Thanks.

-- 
Pozdrowienia,
 Grzegorz                          mailto:[EMAIL PROTECTED]


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

Reply via email to