ASP.NET
ExecuteReader 자동 close
happynuri
2007. 8. 14. 20:41
reader = selcomm.ExecuteReader(CommandBehavior.CloseConnection);
//클로즈 자동으로 된다.