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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 10:17 PM
To: [EMAIL PROTECTED]
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:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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

Reply via email to