MDB_Common | MDB_Common::createSequence() |
MDB | |
PEAR Manual | |
require_once 'MDB.php'; |
integer affectedRows
(
)
Number of affected rows by a query
integer - number of rows or MDB_Error when fail
Error code | Error message | Reason | Solution |
MDB_ERROR_NOT_CAPABLE | NULL | Function is not supported by the database backend | Switch to another database system, if you really need this feature. |
This function can not be called statically.
MDB_Common | MDB_Common::createSequence() |
MDB | |
PEAR Manual | |