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.
21 lines
1.1 KiB
21 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- SQL connection string for database-->
|
|
<!--<add key="ConnString" value="Server = 192.168.1.203; uid = sa; pwd =`123qwe; database = SSWCS_NCDT4 ; MAX Pool Size = 512 " />-->
|
|
<add key="ConnString" value="Server = 192.168.0.152; uid = sa ;pwd = `123qwe; database = SSWCS_SYDT2 ; MAX Pool Size = 512 " />
|
|
<!-- OtherOLEDB connection strings -->
|
|
<!-- Oracle connection strings Data Source=Server IP/OracleServiceName-->
|
|
<!--<add key="ManConnString" value="Data Source=xjzh;User ID=zh ; Password=1; MAX Pool Size = 512;Unicode=True "/>-->
|
|
<add key="ManConnString" value="Server = 192.168.0.152; uid = sa ;pwd = `123qwe; database = SSWMS_SYDT2L ; 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>
|