JDBC statement tag: maxRows property?

2001-05-03 Thread Brent Johnson
The documentation for the JDBC statement tag shows a maxRows property and even comments how handy they are...but this property is not defined in the current source or the TLD.  I agree it would be handy.  Is this a future enhancement, or did it get dropped?  If dropped, what is the alternate

Re: JDBC Statement tag: connection scope

2001-05-03 Thread Brent Johnson
Delagrange" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 1:21 PM Subject: Re: JDBC Statement tag: connection scope > > > On Wed, 2 May 2001, Brent Johnson wrote: > > > The statement tag gets its connection as follows inside of doStartTag(

JDBC Statement tag: connection scope

2001-05-02 Thread Brent Johnson
The statement tag gets its connection as follows inside of doStartTag(): Connection conn = (Connection)pageContext.getAttribute(_connId); This means that the connection must be defined at PAGE_SCOPE.  This seems a bit restrictive.  What if my connection isn't at page scope?  Is there a reas