I have a method, which has a try/catch/finaly block inside. Within the try block, I declare SqlDataReader as follows:
try/catch/finaly
SqlDataReader
Might the Using statement help?