提示非法的加密服务器
来源: 添加时间:1970-01-01 访问次数:
提示非法的加密服务器
Use AIS2009###### --(指用户李林登录的账套号)
Update t_user set fsid=’’where fname=’李林’ 将管理员的密码设为空
14、Use AIS2009###### --(指Manager 用户登录的账套号)
Select * from t_userprofile where fuserid in (select fuserid from t_user where fname ='Manager')
Delete from t_userprofile where fuserid in (select fuserid from t_user where fname ='Manager')
15、Use AIS2009###### --(指Manager 用户登录的账套号)
Update t_user set fsid='' where fuserid=16394/fname=’用户名’ 清除密码!
16、帐套管理忘记密码
Use AcctCtl
Update t_users set fpassword='' where fuserid=1
17、新增会计科目保存时提示“名称或代码已存在”或“当前数据已存在”
备份账套后请参考如下语句处理:
Use AIS2009###### --(指问题账套的账套号)
Update t_identity set fnext=(select max(faccountid) from t_account)+1 where ftablename='t_account'
18、新增凭证时提示“违反primary key 约束,不能在表t_voucher 中插入重复值”
Use AIS2009###### --(指问题账套的账套号)
第一,删除凭证孤立记录
Delete from t_voucherentry where fvoucherid not in (select fvoucherid from t_voucher)--删除凭证体中孤立记录
delete from t_voucher where fvoucherid not in (select fvoucherid from t_voucherentry)--删除凭证头表中孤立记录
第二,更改自动编码步长表中记录
Update t_identity set fnext=(select max(fvoucherid) from t_voucher)+1 where fname='t_voucher'
版权与免责声明:
1.凡本网注明来源为“本站原创”的所有作品,包括文字与图片,未经本网授权不得转载。违反上述声明者,本网将依法追究法律责任。
2.凡注明"来源:xxx(非本站)"的作品,均转载自其它媒体,本网转载的目的在于传播更多信息,此类稿件并不代表本网观点,本网不承担此类稿件侵权行为的直接责任及连带责任。
3.如因作品内容、版权等需要同本网联系的,请在作品在本网发表之日起30日内联,否则视为放弃相关权利