users@glassfish.java.net

Re: Question about using JDBC DataSources in EJB

From: <glassfish_at_javadesktop.org>
Date: Wed, 18 Jul 2007 04:15:10 PDT

Since the connections are pooled and are reused, over the period, you may run out of cursors.
It is a good programming practice to close statement / resultset after use.
[Message sent by forum member 'jr158900' (jr158900)]

http://forums.java.net/jive/thread.jspa?messageID=227085