• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Dbtags+closeConnection

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
i used dbatgs inside jsp
and finally i use:
<sql:closeConnection conn="conn1"/>
is this close resultSet and made statment=null.
becausei dont want these objects still in JVM of the container.
anyone help please
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure what your question is.
Maybe you could try re-wording it.

NOTE: The JSTL spec states that the JSTL/SQL tags are not meant for production quality applications and that they were only intended for things like quick prototypes.

Many of us feel that they should never have been written and don't use them.
For that reason, it is often difficult to get help with them in forums such as this.
reply
    Bookmark Topic Watch Topic
  • New Topic