name of the sequence
when true the sequence is automatic created, if it not exists.
Table 20-1. Possible PEAR_Error values
Error code | Error message | Reason | Solution |
---|---|---|---|
DB_ERROR_NOT_CAPABLE | null | Function is not supported by the database backend | Switch to another database system, if you really need this feature. |
DB_ERROR_NOT_LOCKED | null | Locking of sequence table fails | Database specific, check documention of your database, |
DB_ERROR_NOSUCHTABLE | null | Sequence table was not found | Try to create a new sequence or if you are sure, a sequence was already create, check database integrity |