c# - Connecting to each DB2 platform through .NET -


recently started working in application needs write , read db2 database , until now, i've never used db2.

reading on internet, got information , have made assumptions. need know if thinking correct, or if there's way.

  • with ibm data provider (.net dlls) can connect db2 running on linux or windows servers.
  • for db2 running on as/400, z/os, is, can use these same dlls but(!) it's
    necessary use 'db2 connect' accomplish this.
  • if don't have 'db2 connect' can connect databases running on as/400, z/os or is, if use oledb or odbc.

sorry if misunderstood simple.

you can connect db2 on power systems (formerly known as/400 or iseries) .net data provider comes ibm access (formerly ibm iseries access). db2 connect not required platform.

make sure version of ibm access windows (or ibm iseries access) greater or equal version of ibm (formerly known os/400 or i5/os), , has correct service pack installed.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -