[oledb]
; Everything after this line is an OLE DB initstring
Provider=OraOLEDB.Oracle.1;Password=840616;Persist Security Info=True;User ID=SYSTEM;Data Source=orcl

[oledb]
; Everything after this line is an OLE DB initstring
Provider=MSDAORA.1;Password=840616;User ID=SYSTEM;Data Source=orcl;Persist Security Info=True
--------------------------------------------------------------------------------------------------------------------------------------------------
<appSettings>
   <!--连接IBM DB2-->
  <add key="Connstr_DB2" value="Provider=IBMDADB2.1;User ID=gcgl;Password=lgcg;Data Source=gc_sys"/>

  <!--连接Oracle 10g OleDb-->
  <add key="Connstr_OracleMS" value="Provider=MSDAORA.1;Data Source=Orcl;User ID=SYSTEM;Password=840616"/>
  <add key="Connstr_OracleOra" value="Provider=OraOLEDB.Oracle.1;Persist Security Info=True;User ID=SYSTEM;Password=840616;Data Source=orcl"/>

  <!--连接Oracle 10g OracleClient-->
  <add key="Connstr_OracleClient" value="User Id=SYSTEM;Password=840616;Data Source=orcl;Pooling=true;Enlist=true;Min Pool Size=10;Connection Lifetime=120"/>
</appSettings>

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-06-12
  • 2021-11-28
  • 2021-06-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-11-29
  • 2021-12-08
  • 2021-08-22
相关资源
相似解决方案