The following code works for me:
<sql:statement id="trans_list" conn="my_conn">
<%
// Set max rows to retrieve.
trans_list.setMaxRows( 100 );
%>
The fetch size parameter should work the same way.
Steve
-----Original Message-----
From: julien-martin@wanadoo.fr [mailto:julien-martin@wanadoo.fr]
Sent: Tuesday, December 04, 2001 10:17 PM
To: taglibs-user@jakarta.apache.org
Subject: dbtags
I can't figure out how to use the "fetchSize" and "maxRows" properties of
the statement tag.
Can anyone help?
Thanks in advance,
Julien.
--
To unsubscribe, e-mail:
<mailto:taglibs-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail:
<mailto:taglibs-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@jakarta.apache.org>
|