Questionsforum
What will happen if the database is not closed properly after using it ?

What will happen if the database is not closed properly after using it ?



On 2014-06-12 08:22:39.0
Abakasha


It will leak the memory, Once you are done with the database we have to close it, because it will be cached into memory when we open it and eat up memory space.



On 2014-06-13 01:35:21.0
hemanth

copyright@questionsforum.net