用友软件免费下载(www.bbsufida.com)旨在提供全系列最新最全的用友财务软件免费下载地址,快速下载请添加微信 yyrjgls

用友T6软件打开收发存汇总提示数据库中已存在 temp_rdstyle 的对象-用友T6

admin2016-05-15422用友T6临时建立数据库中

用友T6软件打开收发存汇总提示数据库中已存在 temp_rdstyle 的对象

微信号:yyrjlls
技术咨询,有偿服务!
复制微信号
打开收发存汇总提示数据库中已存在 temp_rdstyle 的对象

打开收发存汇总提示数据库中已存在 temp_rdstyle 的对象

原因分析:查询时会建立一临时表temp_rdstyle,如果数据库已存在此表导致建立时报错,解决:删除存在的临时表temp_rdstyle,SQL语句如下:if exists (select * from sysobjects where name='temp_rdstyle') drop table temp_rdstyle

问题解答:查询时会建立一临时表temp_rdstyle,如果数据库已存在此表导致建立时报错,解决:删除存在的临时表temp_rdstyle,SQL语句如下:if exists (select * from sysobjects where name='temp_rdstyle') drop table temp_rdstyle

本文链接:https://www.bbsufida.com/t6/30768.html

热门文章
侧栏广告位
随机文章