Date: 07/14/00
- Next message: Jesse Swensen: "Re: [phplib-dev] affected_rows() with db_oracle.inc"
- Previous message: Alexander Aulbach: "Re: [phplib-dev] Changes since 7.2b"
- Next in thread: Jesse Swensen: "Re: [phplib-dev] affected_rows() with db_oracle.inc"
- Reply: Jesse Swensen: "Re: [phplib-dev] affected_rows() with db_oracle.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jesse Swensen: "Re: [phplib-dev] affected_rows() with db_oracle.inc"
- Previous message: Alexander Aulbach: "Re: [phplib-dev] Changes since 7.2b"
- Next in thread: Jesse Swensen: "Re: [phplib-dev] affected_rows() with db_oracle.inc"
- Reply: Jesse Swensen: "Re: [phplib-dev] affected_rows() with db_oracle.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

