登录提示not-null property references a null or transient value

栏目:k3wise知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:1

登录提示not-null property references a null or transient value

SQL里执行一下语句:

declare @sql varchar(max) declare @update varchar(1000) set @update = STUFF( ( select ',' + name + '=isnull(' + name+ ','''')' from dbo.syscolumns where id=(select id from dbo.sysobjects where name='SM_Users') and (xtype = 167 or xtype = 231) for xml path('') ),1,1,'') set @sql ='update SM_Users SET ' + @updateexec(@sql)

登录提示not-null property references a null or transient value

SQL里执行一下语句:declare @sql varchar(max)declare @update varchar(1000)set @update = STUFF((select ',' + name ...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息