Connecting to an IBM i Database
From MidrangeWiki
.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.