![]() |
|
||||||||||
|
sesam_affected_rowsDescriptionint sesam_affected_rows ( string result_id )
Returns the number of rows affected by a query associated with
The sesam_affected_rows() function can only return useful values when used in combination with "immediate" SQL statements (updating operations like INSERT, UPDATE and DELETE) because SESAM does not deliver any "affected rows" information for "select type" queries. The number returned is the number of affected rows.
See also sesam_query() and sesam_execimm(). sesam_affected_rows There are no user contributed notes for this page. |