This is probably going to be real easy for someone to answer for me but I don't know the answer.
1) In VB when I want to kill the connection object I do SQLConnection = Nothing. In C# is doing this the same thing SQLConnection = Null;?
Answers (2)
0
Abhishek Jaiswal,
What is your question ?