Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


问题原因:数据库操作员表上有触发器,导致写入的数据会被触发器删除,提示失败。
解决方法:备份数据后执行下面语句关闭触发器,如果第三方要使用到报错了,则联系第三方查看处理。
语句:ALTER TABLE LoginUser DISABLE TRIGGER ALL

  • No labels