ID:               12330
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         InterBase related
 Operating System: WINDOWS 98
 PHP Version:      4.0.6
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:
------------------------------------------------------------------------

[2001-07-24 03:36:01] [EMAIL PROTECTED]

class dbsql {
  function selectquery() {   

  /*in $this->qryresult the problem start. it displays
    illegal operation and will be shutdown ...*/

  $this->qryresult=ibase_query($this->dbh,$this->dbsqlstmt);

   if($this->qryresult) {

     $this->count=0;   //initializes back to zero
     while($rec_qry=ibase_fetch_object($this->qryresult)) {

        $this->rec_result[$this->count++]= $rec_qry;      
     }
      return true;
   }
  return false;
}

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=12330&edit=1

Reply via email to