You are here

constant DB_ERROR_NOSUCHTABLE in Flickr API 5

An identifier in the query refers to a non-existant table

3 uses of DB_ERROR_NOSUCHTABLE
DB_mysql::nextId in phpFlickr/PEAR/DB/mysql.php
Returns the next free id in a sequence
DB_pgsql::errorCode in phpFlickr/PEAR/DB/pgsql.php
Determines PEAR::DB error code from the database's text error message.
DB_pgsql::nextId in phpFlickr/PEAR/DB/pgsql.php
Returns the next free id in a sequence

File

phpFlickr/PEAR/DB.php, line 131

Code

define('DB_ERROR_NOSUCHTABLE', -18);