MDB_Common::affectedRows()

MDB_Common::affectedRows() -- Number of affected rows

Referentiesamenvatting

require_once 'MDB.php';

integer affectedRows ()

Beschrijving

Number of affected rows by a query

Return waarde

integer - number of rows or MDB_Error when fail

Throws

Tabel 34-1. Mogelijke PEAR_Error waarden

Error codeError messageReasonSolution
MDB_ERROR_NOT_CAPABLE NULL Function is not supported by the database backend Switch to another database system, if you really need this feature.

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

query()