N
Nelson Smith
To make my application more efficient whenever I use database connection I
am calling the following statements.
Do I miss some statements or some of them are redundant?
I am using .Net Framework 1.1.
cnnSQL.Close()
cnnSQL.Dispose()
cnnSQL = Nothing
Thanks
Nelson
am calling the following statements.
Do I miss some statements or some of them are redundant?
I am using .Net Framework 1.1.
cnnSQL.Close()
cnnSQL.Dispose()
cnnSQL = Nothing
Thanks
Nelson