mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
MSSQL의 try, catch문을 일단 주석 처리함
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6692 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a9eea53c1
commit
42c050fb56
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
//}
|
||||
|
||||
|
||||
// 쿼리 실행 종료를 알림
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue