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
So, basically, "using" is the exact same as "Try/catch/finally" only much more flexible for error handling.