新建账套提示无法加载dll xpstar90.dll或它引用的一个dll
[操作步骤]
打开SQL Server Management Studio,登陆后单击[新建查询],复制以下SQL语句粘贴至查询框,单击[执行]:
use master
dbcc addextendedproc (xp_regread,xpstar90.dll)
go
select count(*) from master.dbo.sysobjects where xtype='x' and name='xp_regread'
exec sp_dropextendedproc 'xp_regread'
exec sp_addextendedproc 'xp_regread','XPStar90.dll'
新建账套提示无法加载dll xpstar90.dll或它引用的一个dll
[操作步骤]打开SQL Server Management Studio,登陆后单击[新建查询],复制以下SQL语句粘贴至查询框,单击[执行]:use masterdbcc addexte...
点击下载文档
本文2024-09-22 13:07:23发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-66557.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章