on 5/21/01 10:41 AM, "Darren Gilroy" <[EMAIL PROTECTED]> wrote:

> Hi - 
> 
> I am using Velocity from Turbine (extending VelocityScreen), and adding to
> my context from the doBuildTemplate() method.
> 
> Now, I need to close some connections after the Velocity template is
> executed. I need to close the result set and release the connection back to
> the pool after the page request.
> 
> Any ideas / sample code for how to handle this?
> 
> Thanks!
> -best-darr-

The best thing is to not put a ResultSet into the context in the first
place.

-jon


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

Reply via email to