Hi Everyone,

Just a quick question, what is the difference between the using statement and the Try, Catch block?

i know that i have to manually dispose of the connection and command objects in the finally statement, but i always put something in the catch block, for error handling.

how is this error handling used in the using block?

Cheers,
Justin