MSSQL의 try, catch문을 일단 주석 처리함

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6692 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-07-10 06:54:42 +00:00
parent 5a9eea53c1
commit 42c050fb56

View file

@ -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);
}
//}
// 쿼리 실행 종료를 알림