首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Informix >

asp如何查询informix临时表

2012-02-17 
asp怎么查询informix临时表?asp查询informix中建立的临时表,怎么就提示select * from forecast_payoff int

asp怎么查询informix临时表?
asp查询informix中建立的临时表,怎么就提示
select * from forecast_payoff into temp tforecast_payoff with no log;select * from tforecast_payoff 
Ifxoledbc 错误 '80040e37' 

X42000:-206:Base table not found 

我直接查select * from forecast_payoff 是可以的,但是为什么就查不了刚建立的临时表呢?


[解决办法]
有可能是你用的驱动不支持,瞎猜的。

不行就不用临时表吧。

热点排行