}
finally
{
// 3. close the reader
if (rdr != null)
rdr.Close();
// close the connection
if (conn != null)
<< 上一页 [11] [12] [13] [14] 下一页