SqlException: DB2 SQL error: SQLCODE: -302, SQLSTATE: 22001, SQLERRMC: null

前端 未结 3 1125
生来不讨喜
生来不讨喜 2020-12-15 17:00

What does sqlcode -302 means? Where do i get the sqlcode definitions?

Please advice

Thanks,

3条回答
  •  庸人自扰
    2020-12-15 17:28

    As a general point when using a search engine to search for SQL codes make sure you put the sqlcode e.g. -302 in quote marks - like "-302" otherwise the search engine will exclude all search results including the text 302, since the - sign is used to exclude results.

提交回复
热议问题