Menu principal                 [Fechar]


SQL - SQLCODE's - Códigos negativos


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por Carlos Alberto Dornelles - Analista de Sistemas - Brasília DF.


SQLCode -134

IMPROPER USE OF LONG STRING COLUMN column-name OR AN EXPRESSION THAT RESOLVES TO A LONG STRING

Conclusão : The SQL statement references a long string, but DB2 does not allow the use of long strings in the specified context. For an exhaustive list of such contexts, refer to "Varying Length Character Strings" in Chapter 2 of DB2 SQL Reference.

Ação do sistema: DB2 cannot process the statement.

Nota: The column-name might not be returned in the SQLCA, depending on the nature of the error and the syntax in which it occurred.

Resposta ao Desenvolvedor: DB2 does not support the requested operation on a long string value. Refer to Chapter 2 of DB2 SQL Reference for information about restrictions on the specification and manipulation of long string values.

SQLSTATE: 42907


© Copyright IBM Corp. 1982, 2001