C
Cylix
Does anyone can explain the details between
Connection.close
Connection.dispose
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.close
Connection.dispose
Connection = nothing
If I just need to close the connection and release the memory,
do I need to write all three statement?
Thank you.