I am just looking at the using statement, I have always known what it does but until now not tried using it, I have come up with the below code:
using (SqlComma
using isn't about catching exceptions. It's about properly disposing of resources that are outside the view of the garbage collector.