Connecting to an IBM i Database

From MidrangeWiki
Revision as of 14:52, 21 July 2010 by Koldark (talk | contribs) (Method 2)
Jump to: navigation, search

.NET applications can connect to an IBM i database using a couple methods.

Method 1

Method 2

Method 2 involves manually setting up your connections and manually moving your data around for your program to process.

Pros:

  • You have more control over how your data is processed.
  • You can build SQL statements that are extremely fast.

Cons:

  • It takes longer to code.