Aviso importante
Caso tenhas alguma
dúvida a respeito
da linguagem mande
um e-mail que terás
a resposta.
C. A. Dornelles
SQL - SQLCODE's - Códigos positivos
Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF.
SQLCode +863
THE CONNECTION WAS SUCCESSFUL BUT ONLY SBCS WILL BE SUPPORTED
Causa
The target AS supports only the DB2 SBCS CCSID. The DB2 Mixed CCSID or GRAPHIC CCSID or both are not supported by the target AS. DB2 character data sent to the target AS must be restricted to SBCS.
Ação do sistema
The CONNECT statement is successful. The release level of the target AS has been placed into the SQLERRP field of the SQLCA
DB2 SQL Reference
for the CONNECT statement).
Resposta ao Desenvolvedor
Do not execute any SQL statements which pass either mixed data or graphic data as input host variables.
SQLSTATE: 01539