Is it required to null the connection object after closing it.
843854Feb 14 2003 — edited Feb 19 2003I have seen a lot of people using "conn = null;" after closing the connection.
Why is this required?
closing the connection with "conn.close();" should release the underlying connection to the database. am i wrong?