Does anyone can explain the details between
Connection.clos e
Connection.disp ose
Connection = nothing
If I just need to close the connection and release the memory,
do I need to write all three statement?
Thank you.
Connection.clos e
Connection.disp ose
Connection = nothing
If I just need to close the connection and release the memory,
do I need to write all three statement?
Thank you.
Comment