Forum Kurallarını Okumak İçin Lütfen Tıklayınız .

Db2 Server Properties - Please Check If Works Accs 

Accs Db2 Server Properties - Please Check If Works
Joined
Apr 18, 2023
Messages
891
Reaction score
21,601
#CR
11,153
HTML:
<configuration>
  <dsncollection>
    <dsn alias="DB2_SAMPLE">
      <!-- Define the properties for DSN1 -->
      <name>TEST</name>
      <hostname>18.220.221.86</hostname>
      <port>50000</port>
      <protocol>TCPIP</protocol>
      <user>db2user</user>
      <password>ovaledge</password>
    </dsn>
    <dsn alias="DB2_SAMPLE2">
      <!-- Define the properties for DSN2 -->
      <name>ONE</name>
      <hostname>18.220.221.86</hostname>
      <port>50000</port>
      <protocol>TCPIP</protocol>
      <user>db2user</user>
      <password>ovaledge</password>
    </dsn>
    <dsn alias="DB2_SAMPLE3">
      <!-- Define the properties for DSN3 -->
      <name>ACCOUNTS</name>
      <hostname>18.220.221.86</hostname>
      <port>50000</port>
      <protocol>TCPIP</protocol>
      <user>db2user</user>
      <password>ovaledge</password>
    </dsn>
    <dsn alias="DB2_SAMPLE4">
      <!-- Define the properties for DSN1 -->
      <name>DB2</name>
      <hostname>18.220.221.86</hostname>
      <port>50000</port>
      <protocol>TCPIP</protocol>
      <user>db2user</user>
      <password>ovaledge</password>
    </dsn>
  </dsncollection>
</configuration>
 

Users who are viewing this thread

Home Register
Top Bottom