Author: SSWUG Research

Community

DB2 9 for z/OS Roars to Life

(Craig S. Mullins) DB2 9 for z/OS, the latest version of IBM’s stalwart mainframe relational DBMS, delivers a plethora of new features and functions. First among these new features is XML support as a native data type, but that’s not all there is. IBM has also added more SQL functionality, improved

Community

DataBound TreeView

(Jorge Bay Gondra) Like so many others, when I needed to use the TreeView control, I found myself doing a Load method adapting the data from a DataTable or a DataView into the TreeView, over and over again. Furthermore, I had to maintain the same data in the control if the values changed.