- SetFetchMode(ADODB_FETCH_ASSOC)

This commit is contained in:
steinm 2011-10-12 06:15:39 +00:00
parent b3e5b0ff9d
commit 2993cbfc3c

View File

@ -101,6 +101,7 @@ class LetoDMS_Core_DatabaseAccess {
if (!$this->_conn)
return false;
$this->_conn->SetFetchMode(ADODB_FETCH_ASSOC);
$this->_conn->Execute('SET NAMES utf8');
$this->_connected = true;
return true;