当前位置: 代码迷 >> PB >> PB联接DB2,Catalog tables could not be created and are not available for use
  详细解决方案

PB联接DB2,Catalog tables could not be created and are not available for use

热度:254   发布时间:2016-04-29 07:13:22.0
PB连接DB2,Catalog tables could not be created and are not available for use
1)POERBUILDER8.0
2)安装了DB2客户端
3)ODBC连接测试成功
4)根据要求运行了DB2SYSPB.SQL
5)在PB中,在数据库面板中通过ODBC连接数据库成功,点击TABLE时,提示“Catalog tables could not be created and are not available for use”

有谁遇到过相类似的问题?
------解决方案--------------------
PB在连接到数据库的时候要建立几个自己的编目表,这里的大概意思是不能建立该表;

估计是兼容性问题, 
我以前用PB8连接ACCESS 也有这个提示,但是后来用PB9 就没这问题了.
------解决方案--------------------
我猜:应该是SYSTEM设置有问题?
  相关解决方案