⑴ DB2 SQL error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031
Your databases has only 3 packages of this kind.
They are SYSLH200,201,202.
But your query requires one more additional package SYSLH203. If you are a DBA, go to SQLLIB/BND directory then issue the following command
db2 bind @db2cli.lst blocking all grant public sqlerror continue CLIPKG 5
If you are application programmer, contact your DBA to perform above bind. You can bind upto CLIPKG 30.
⑵ java 查詢db2數據報錯 com.ibm.db2.jcc.b.sqlexception:unsupported encoding gbk for result set cloumn
你好哦:
遇到問題的時候千萬別怕哦,看清錯誤再說:
unsupported encoding gbk for result set cloumn 這句話的意思是不支持編碼為GBK的數據作為參數,也就是說db資料庫是不支持這種編碼格式的,那麼問題來了,什麼格式才是受支持的呢,當然國際比較通用的當然就是utf-8,所以說,在你的編譯工具的屬性設置中,將gbk編碼格式改為utf-8一切都會解決。
最後祝你學業有成 ,望採納謝謝!
⑶ jcc文件如何打開!高手來
是下載未完成的文件吧?後面有個感嘆號
你哪裡下載的?
如果是光碟里的話看看光碟里有沒有程序,一般是用光碟里自帶的程序打開此類文件。