Manuál PHP | ||
---|---|---|
Předcházející | Další |
Gets the number of rows affected by an immediate query.
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.
Předcházející | Domů | Další |
SESAM Database Functions | Nahoru | sesam_commit |