[Vtigercrm-developers] More Information for my problem

Luis Alberto Arenas Salinas larenas at internext.com.mx
Thu Mar 9 08:30:23 PST 2006


The error that happen is in the next function:

**********************Function in 
data/PearDatabase.php**********************

function query_result(&$result, $row, $col=0)
    {       
        //$this->println("ADODB query_result r=".$row." c=".$col);
  not exist------->      $result->Move($row);
        $rowdata = $this->change_key_case($result->FetchRow());
        //$this->println($rowdata);
        $coldata = $rowdata[$col];
        //$this->println("ADODB query_result ". $coldata);
        return $coldata;
    }
   



More information about the vtigercrm-developers mailing list