Previous Topic: -210 - ROLLBACK INCOMPATIBLE WITH USE OF RESOURCE RECOVERY SERVICESNext Topic: -215 - <column-name> INDEX index-value MUST BE BETWEEN lower-limit AND upper-limit INCLUSIVE


-214 - ARRAY INDEX MUST BE A LITERAL IN THIS CONTEXT

Explanation

An expression has been used as the index for an array element in a context where SQL requires a simple literal. The number of times where this limitation is necessary should be minimal.

The SQLSTATE that equates to this SQL return code is 53S41.

User Response

Re-code the index as a literal.