数据窗口的数据源是存储过程,查询时报错:
Select Error :There was a transaction active when exiting the stored procedure 'xa_zjcx_xb'. The temporarytable '#temp' was dropped in this transaction either explicitly or implicitly .This transaction has been aborted to prevent database corruption.
然后数据才出来.
请各位大侠帮忙.......
------解决方案--------------------
是不是存储过程里使用了一个叫 '#temp' 的临时表,但是在当前连接会话里又没有创建该表?
------解决方案--------------------
动态创建一下..
------解决方案--------------------
如果不是别人的源码 就是你控制TRANS有问题。并发不对。改区分条件