当前位置:首页 > 技术支持 > 正文内容

T357删除进阶权限和正式版的语法

正航软件11年前 (2013-05-09)技术支持1159
删除进阶权限
delete comParams where ParamName like '%compstartup%'
delete comRemindItems where ProgID='CHIComm.CompStartup'
delete comBillAttach where ProgID='CHIComm.CompStartup'
delete comParams where ParamName = 'UseAdvPerms'
删除正式版
Delete From comParams where ParamName = 'CHIComm.CompStartup'
Delete From comParams where ParamName='IsCompStartup'
Delete From comParams where ParamName='CompStartupWinUser'
Delete From comParams where ParamName='CompStartupIPAndTime'
Delete From comRemindItems where ProgID='CHIComm.CompStartup'
Delete From comBillAttach where ProgID='CHIComm.CompStartup'
Delete From ComParams Where ParamName = 'UseAdvPerms'


发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。