Author: SSWUG Research

Community

Accessing iSeries Data

(Suita Gupta) When you first begin to learn about DB2 for iSeries, figuring out how to access all the data you have can be intimidating. I’ll introduce some common ways of getting to DB2 for iSeries data and show you how to start developing applications to access data stored in a DB2 for iSeries dat

Community

Console Input in .NET

(Jim Mischel) In the .NET Console interface, most input is done through the standard input handle, using the high-level input API function ReadConsole, which is called by Console.Read and Console.ReadLine. Two lower level methods, KeyAvailable and ReadKey let you poll the console for available input