
1-7
-1000 to -5300
-1404: No such index
You tried to access an index that does not exist. Check the name and
path and try again.
-1504: Null not valid
Null is not a valid parameter in the operation performed.
-1507: No such column
The column specified does not exist. Specify a correct column name.
-1508: Field is already defined
The field specified for this table has already been defined.
-1513: Index column type not supported
You cannot create an index on column types BIT, LONGVARCHAR,
or LONGVARBINARY. You must create the index using a different
column type.
-1520: Key length is invalid
You cannot index a character column greater than 254 characters.
-1603: Currency not on a record
A query required a temporary table and there was no unique row
identifier (index) to correlate the temporary table to the result set.
Adding an index to the order by or group by column will often
resolve this problem.
-1605: Illegal duplicate key
This status code is returned in the following situations:
An entry was made into one of the system tables to satisfy a
request from the SRDE level to create a database element with
the same name (column, table, constraint). You may receive this
error if you just created a column or index, but you are not sure
if it was created or not. If you receive this error under such
conditions, then you can proceed on the assumption that your
initial creation attempt was successful.
Commentaires sur ces manuels