From 42c050fb56d0f1604198b59731ccdb2bd8139938 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 10 Jul 2009 06:54:42 +0000 Subject: [PATCH] =?UTF-8?q?MSSQL=EC=9D=98=20try,=20catch=EB=AC=B8=EC=9D=84?= =?UTF-8?q?=20=EC=9D=BC=EB=8B=A8=20=EC=A3=BC=EC=84=9D=20=EC=B2=98=EB=A6=AC?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6692 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/db/DBMssql.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); - } + //} // 쿼리 실행 종료를 알림