Prepare for your Next Interview
This is a discussion on Why we have to close connection, statement, prepared statement within the Java forums, part of the Software Development category; Why we have to close connection, statement, prepared statement, What will happen if we dont close staement and prepared statement Question asked by visitor sreedhar...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Why we have to close connection, statement, prepared statement
Why we have to close connection, statement, prepared statement, What will happen if we dont close staement and prepared statement
Question asked by visitor sreedhar |
| The Following User Says Thank You to Geek_Guest For This Useful Post: | ||
| Sponsored Links |
|
|||
|
once we aquire the result.we no more need the connection.So inorder to improve safety of u r application and performance u need to close the connection.
|
|
|||
|
Re: Why we have to close connection, statement, prepared statement
Without close connection, it may be affect another object.
so we need close connection/stmt/pmst. share if another reason |
|
|||
|
Re: Why we have to close connection, statement, prepared statement
not closing connections to DB server will soon result in no managed connections available exception i.e. other threads/programs needing to use connections will not find any as all connections are already in use (not closed)
|
|
|||
|
Re: Why we have to close connection, statement, prepared statement
For beter managemnet of objects. again it is always recommended to close the connection for security reason.
|
| The Following User Says Thank You to debasisdas For This Useful Post: | ||
|
|||
|
Re: Why we have to close connection, statement, prepared statement
having connections open is like programmer sitting on beach(doing nothing)
now wud that not be a waste of resource? |
|
|||
|
Re: Why we have to close connection, statement, prepared statement
Hi ,
Holding any ref. un-necessary will impact on system. When you claose connection etc. , its available for Garbage Collection. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is this a correct statement | anoop4real | C and C++ | 13 | 05-22-2008 06:22 AM |
| C/C++ Programming : Limitations of switch statement | Lokesh M | C and C++ | 1 | 07-17-2007 02:38 AM |
| How many Case statments can i use in Switch Statement | Geek_Guest | C and C++ | 9 | 07-03-2007 04:56 AM |
| SQL queries inside Callable Statement | Geek_Guest | SQL | 1 | 05-04-2007 08:49 AM |
| Rules for COPY statement | norman | MainFrame | 1 | 08-14-2006 04:11 AM |