You are here

constant DB_ERROR_NOT_CAPABLE in Flickr API 5

The current DBMS does not support the action you attempted

10 uses of DB_ERROR_NOT_CAPABLE
DB_common::affectedRows in phpFlickr/PEAR/DB/common.php
Determines the number of rows affected by a data maniuplation query
DB_common::autoCommit in phpFlickr/PEAR/DB/common.php
Enables or disables automatic commits
DB_common::commit in phpFlickr/PEAR/DB/common.php
Commits the current transaction
DB_common::createSequence in phpFlickr/PEAR/DB/common.php
Creates a new sequence
DB_common::dropSequence in phpFlickr/PEAR/DB/common.php
Deletes a sequence

... See full list

File

phpFlickr/PEAR/DB.php, line 91

Code

define('DB_ERROR_NOT_CAPABLE', -9);