You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.3 KiB
22 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- SQL connection string for database-->
|
|
<add key="ConnString" value="Server = 10.11.140.250; uid = sa; pwd =`123qwe; database = SSWCS_PZHDS ; MAX Pool Size = 512 " />
|
|
<!--<add key="ConnString" value="Server = 192.168.0.100; uid = sa; pwd =`123qwe; database = SSWCS_XZDT ; MAX Pool Size = 512 " />-->
|
|
<!-- OtherOLEDB connection strings -->
|
|
<!-- Oracle connection strings Data Source=Server IP/OracleServiceName-->
|
|
<add key="ManConnString" value="Server =10.11.140.250; uid = sa; pwd =`123qwe; database = SSWMS_PZHDS ; MAX Pool Size = 512 " />
|
|
<!--<add key="ManConnString" value="Server = 192.168.1.30; uid = sa; pwd =`123qwe; database = WMS_HYFG ; MAX Pool Size = 512 " />-->
|
|
<!--<add key="ManConnString" value="Server = 192.168.0.100; uid = sa; pwd =`123qwe; database = WMS_HYFG ; MAX Pool Size = 512 " />-->
|
|
<!-- DAL configuration settings. Possible values: SQLServerDBFactory for SqlServer, OracleDBFactory for Oracle
|
|
, OleDBFactory for Ole Database
|
|
-->
|
|
<add key="ManDBFactory" value="SQLServerDBFactory" />
|
|
<add key="DBFactory" value="SQLServerDBFactory" />
|
|
<!--
|
|
|
|
<add key="ERPDBFactory" value="OracleDBFactory"/>
|
|
-->
|
|
</appSettings>
|
|
</configuration>
|