diff --git a/classes/db/DBMssql.class.php b/classes/db/DBMssql.class.php index 301094e35..99ac2677a 100644 --- a/classes/db/DBMssql.class.php +++ b/classes/db/DBMssql.class.php @@ -150,11 +150,11 @@ $this->actStart($query); // 쿼리 문 실행 - try { - @$this->rs->open($query,$this->conn,0,1,1); - } catch(Exception $e) { + //try { + //@$this->rs->open($query,$this->conn,0,1,1); + //} catch(Exception $e) { //$this->setError('MSSQL Error in '.$query); - } + //} // 쿼리 실행 종료를 알림