• [求助] SQL语句处理KIS专业版处理密码、会计年度和、启用期间和当前期间

    作者:
    积分:2264
    等级:大专
    经验值:1100
    威望:6150
    发帖数:320
    回帖数:71
    精华数:298
    注册时间:2008-10-23
    在线时间:

    SQL语句处理KIS专业版处理密码、会计年度和、启用期间和当前期间

    环境参数

    xp

    内 容

    解决方法:

             清除manager密码 

    update t_user set fsid=null where fname like '%Manager%

    查询开始期间(年度)和当前期间(年度)的数据表信息

    select * from t_systemprofile where fkey like '%star%'

    select * from t_systemprofile where fkey like '%curr%'

    --修改启用期间

    update t_systemprofile set fvalue='1' where fkey='StartPeriod' and

    fcategory='IC'

    --修改当前期间

    update t_systemprofile set fvalue='1' where fkey='CurrentPeriod' and

    fcategory='IC'

    --修改启用年份

    update t_systemprofile set fvalue='2007' where fkey='StartYear' and

    fcategory='IC'

    --修改当前年份

    update t_systemprofile set fvalue='2007' where fkey='CurrentYear' and

    fcategory='IC'

    fcategory值说明

    CN(出纳管理),CN_START_YEAR表示出纳启用期间,CN_START_YEAR表示出纳的启用年度

    FA(固定资产),StartPeriod表示启用期间,StartYear表示启用年度

    GL(财务处理),PA为工资管理,IC为业务系统

    00    
    2009-09-07 0 1 该问答已过期 顶端
  • 其他回答

    作者:
    积分:560
    等级:初中
    经验值:205
    威望:0
    发帖数:30
    回帖数:104
    精华数:0
    注册时间:2009-09-15
    在线时间:

    谢谢指教。

    2009-09-18 顶端
  • 关于我们   |   联系我们   |   服务条款   |   问题反馈