Sep 15 2004 01:19 PM 16635 2 What does Dispose method do with the connection object? Deletes it from the memory. rjempo Profile Answers by rjempo Questions by rjempo Sep 9th, 2007 It is important to note that connection.Dispose() actually closes the connection first.Hence I believe it is the preferred method of destroying a connection. Given that one should really Dispose... Answer Question Select Best Answer
Sep 15 2004 01:19 PM 16635 2 What does Dispose method do with the connection object? Deletes it from the memory. rjempo Profile Answers by rjempo Questions by rjempo Sep 9th, 2007 It is important to note that connection.Dispose() actually closes the connection first.Hence I believe it is the preferred method of destroying a connection. Given that one should really Dispose... Answer Question Select Best Answer
rjempo Profile Answers by rjempo Questions by rjempo Sep 9th, 2007 It is important to note that connection.Dispose() actually closes the connection first.Hence I believe it is the preferred method of destroying a connection. Given that one should really Dispose...