⑴ 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文件如何打开!高手来
是下载未完成的文件吧?后面有个感叹号
你哪里下载的?
如果是光盘里的话看看光盘里有没有程序,一般是用光盘里自带的程序打开此类文件。