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.
45 lines
2.4 KiB
45 lines
2.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.21.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
|
|
</configSections>
|
|
<appSettings>
|
|
|
|
<!-- SQL connection string for database-->
|
|
<add key="ConnString" value="Data Source=liu-shaopeng/orcl;User ID=DTJAWCSRAW; Password=DTJAWCSRAW; MAX Pool Size = 512;Unicode=True " />
|
|
<!-- SQL connection string for database-->
|
|
<!--<add key="ManConnString" value="Server = 192.168.1.49 ; uid = sa ; pwd =; database = SSWMS_YJTF ; MAX Pool Size = 512 " />-->
|
|
<!--<add key="ManConnString" value="Server = HUANAN; uid = SA ; pwd =; database = SSWMS ; MAX Pool Size = 512 "/>-->
|
|
|
|
<!-- Oracle connection strings-->
|
|
<add key="ManConnString" value="Data Source=ssawms ; User ID=cigaux ; Password=cigaux; MAX Pool Size = 512 ;unicode=true" />
|
|
<!-- OtherOLEDB connection strings-->
|
|
<!--<add key="ConnString" value="Provider=OraOLEDB.Oracle.1;Data Source=Richard-liu;User ID=sa;Password=" ; 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="OracleDBFactory" />
|
|
<!--
|
|
|
|
<add key="ERPDBFactory" value="OracleDBFactory"/>
|
|
-->
|
|
|
|
</appSettings>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup>
|
|
<system.data>
|
|
<DbProviderFactories>
|
|
<remove invariant="Oracle.ManagedDataAccess.Client" />
|
|
<add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver" type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.21.1, Culture=neutral, PublicKeyToken=89b483f429c47342" />
|
|
</DbProviderFactories>
|
|
</system.data>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|