百威软件版本转换

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

改版本(单机版改网络版、网络版改总部版等)
问:
P>9000、V6、Z7系列改版本?
下面都以V6商业为例,如果是其它版本请把下面的改一下帐套名(bw9kbzpro_01和bw9kbzpro_local)再到查询分析器里执行:
答:
P>单机版、网络版改为连锁总部版:
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'
单机版、总部版改成网络版的步骤:
use bw9kbzpro_01
go
update sys_t_system set sys_var_value='0' 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='6'
go
update other_manager set version_id='6'
分店单机版改成分部网络版的步骤:
use bw9kbzpro_01
update sys_t_system set sys_var_value='2' 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'
use bw9kbzpro_local
update bw9k_database set version_id='15'
update other_manager set version_id='15'
分店网络版改成分部单机版的:
use bw9kyy_01
update sys_t_system set sys_var_value='2' 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'
use bw9kyy_local
update bw9k_database set version_id='10'
update other_manager set version_id='10'
网络版、总部版改成单机版:
use bw9kbzpro_01
update sys_t_system set sys_var_value='0' 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'
use bw9kbzpro_local
update bw9k_database set version_id='3'
update other_manager set version_id='3'
注:能改的都写在这里了,如果这里找不到的,例如:单机版、网络版改成分店单机(分店网络)版这样是不能改的。

相关文档
最新文档