改版本----9000V6商业单机版网络版改成总部版

2019-03-04 21:49:30

注意:只有一个帐套时才能用此语句

打开查询分析器不需要选择帐套直接可以执行:

 use bw9kbzpro_01
go
  update sys_t_system set sys_var_value='1' where sys_var_id='Is_Distributed'
go
  update sys_t_system set sys_var_value='1' where sys_var_id='supjs_type'
go
  update sys_t_system set sys_var_value='2' where sys_var_id='vip_disttype'

use bw9kbzpro_local
go
  update bw9k_database set version_id='9'
go
  update other_manager set version_id='9'

执行完上面的语句,再进软件就是总部版本了。

*******************************************************************************************************************

如果不会用查询分析器,也可以在关于本软件里执行:

1.进入后台,点"帮助"->"关于本软件"->按CTRL+双击图片,出现sql语句输入
2.点插入及更新,点数据库1,在框中输入以下语句,点执行:
  update sys_t_system set sys_var_value='1' where sys_var_id='Is_Distributed'

  update sys_t_system set sys_var_value='1' where sys_var_id='supjs_type'

  update sys_t_system set sys_var_value='2' where sys_var_id='vip_disttype'

3.再点数据库2,在框中把原来的语句清掉,输入以下语句,点执行:
  update bw9k_database set version_id='9'
4.在框中把原来的语句清掉,输入以下语句,点执行:
  update other_manager set version_id='9'
5.退出软件,重新进入即可。