VT_Bassman
New member
- Joined
- Apr 21, 2011
- Messages
- 2
- Programming Experience
- 10+
I used to always do the following:
con.close()
set con = nothing
Does con.Dispose() do both of the above 2 lines of code or do I do con.close() and then con.dispose()?
con.close()
set con = nothing
Does con.Dispose() do both of the above 2 lines of code or do I do con.close() and then con.dispose()?