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 是可以的,但是为什么就查不了刚建立的临时表呢?
------解决方案--------------------------------------------------------
有可能是你用的驱动不支持,瞎猜的。
不行就不用临时表吧。