开发者

What does SQLCODE: -516 signify

开发者 https://www.devze.com 2022-12-09 00:51 出处:网络
I am able to retrieve data fromthe same database table but am not able to isert The error which i get is

I am able to retrieve data from the same database table but am not able to isert The error which i get is

DB2 SQL error: SQLCODE开发者_运维技巧: -516, SQLSTATE: 26501, SQLERRMC: null


IBM's documentation suggests that

the currentSchema property does not match the schema name of the tables and indexes that you created.

(Although the above is for z/OS, I would expect that the Java DB2 implementation is the same)


When you got SQLCODE that retreive from DB2 you can use following command for describe

DB2 ? SQL-<ERRORCODE>

example

DB2 ? sql-407
0

精彩评论

暂无评论...
验证码 换一张
取 消