Re: [phplib-dev] affected_rows() with db_oracle.inc From: Kirill Maximov (maxkir <email protected>)
Date: 07/14/00

Carl Youngblood wrote:
>
> No, $db->affected_rows() doesn't even exist in the db_oracle.inc, especially
> because there isn't a function for it to use in PHP.

  I have the following in db_oracle.inc:

  function affected_rows()
  {
    return ora_numrows($this->Query_ID);
  }

  ora_numrows - existing, but not documented function.

  KIR

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>