|
原帖由 mcseychan 于 2010-1-29 14:27 发表 ![]()
我有两个IQ库: test96 test97 这两个库都有同结构的一张表 table1 ,
请教一下 该如何实现 把数据从test96的table1表导到test97 呢??
参考了某些资料 是这样实现跨库访问的.
insert into table1
LOCATION 'myhost.test96'
PACKETSIZE 1024
{ select * from table1 }
但是 执行却报错了,
ASA Error -1003005: Connectivity libraries cannot be found (check your dynamic library search path). Selects from attached databases are not possible without these libraries.
-- (hqm_cpm.cxx 139)
远程server添加了吗? |
|