Changeset 15980


Ignore:
Timestamp:
2007/09/24 11:14:36 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_DbConn.php

    r15979 r15980  
    5050            } 
    5151        } 
    52 //        $objDbConnMDB2->queryAll("SELECT * FROM dtb_baseinfo");  
    53         sfprintr($objDbConnMDB2); 
     52        $objDbConnMDB2->setFetchMode(MDB2_FETCHMODE_ASSOC);  
     53 
    5454        $this->conn = $objDbConn; 
    5555        $this->conn_mdb2 = $objDbConnMDB2; 
Note: See TracChangeset for help on using the changeset viewer.