2025-03-27 15:05:14 +08:00

54 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
<!--生成器大小写转换字典-->
<add name="CodeGenerator.UpperLowerCaseConvert"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:CodeGenerator.UpperLowerCaseConvert.xlsx;Extended Properties='Excel 12.0;HDR=Yes;IMEX=0;'"
providerName="System.Data.OleDb" />
<!--数据字典-->
<add name="CoreFrameWork.Dictionary"
providerName="System.Data.OleDb"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:RealEstate.Dictionary.accdb;" />
<!--模块管理-->
<add name="CoreFrameWork.Modules"
providerName="System.Data.OleDb"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:RealEstate.Module.accdb;" />
<!--系统框架-->
<add name="FrameWork"
providerName="System.Data.OleDb"
connectionString="Provider=Microsoft.Ace.oledb.12.0;Data Source=supermap:RealEstate.FrameWork.accdb;" />
<!--流程定义-->
<add name="WorkFlow.Support"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;WorkFlow_Support;supermap" />
<add name="WorkFlow.Instance"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;WorkFlow_Instance;supermap" />
<!--高速驿站-->
<add name="HighWay.SellData"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;HighWay_SellData;qrwl" />
<add name="HighWay.Running"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;HighWay_Running;qrwl" />
<add name="HighWay.Storage"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;HighWay_Storage;qrwl" />
<add name="HighWay.History"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;HighWay_History;qrwl" />
<!--进销存管理-->
<add name="SaleStore.Running"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;SaleStore_Running;qrwl" />
<add name="SaleStore.Storage"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;SaleStore_Storage;qrwl" />
<!--疑难问题-->
<add name="MainTenance.Storage"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;MainTenance_Storage;qrwl" />
<!--商户管理-->
<add name="Seller.Storage"
providerName="Oracle.DataAccess.Client"
connectionString="supermap:localhost;1521;orcl;seller_storage;qrwl" />
</connectionStrings>