我建了一张表,名字是fac_synch_appexistpolicy,在informix9中是可以用的,但是在informix7中用不了,是不是informix7不支持长表名,informix最多支持多少位的表名
------解决方案--------------------------------------------------------
好像是20位左右
------解决方案--------------------------------------------------------
刚才查了一下是18个字符
------解决方案--------------------------------------------------------
select colname, coltype, collength from syscolumns c, systables t where t.tabid=c.tabid and t.tabname= 'systables ';
是18个字符
------解决方案--------------------------------------------------------
18
------解决方案--------------------------------------------------------
18位
------解决方案--------------------------------------------------------
18
------解决方案--------------------------------------------------------
informix7x 18
informix9x 32