Author: SSWUG Research

Community

Ordering Events in Oracle

(Steve Callan) One of Oracle’s most critical and important functions is how it keeps track of events. Even within a single processor, “simple” database system, keeping track of events is just as important as recording and maintaining the proper order of events in a distributed system. Recording the

Community

Understanding DOM

(Nicholas Chase) Even before there was XML, there was the Document Object Model, or DOM. It allows a developer to refer to, retrieve, and change items within an XML structure, and is essential to working with XML. In this tutorial, you will learn about the structure of a DOM document. You will also

Community

So Where Is PureXML for DB2/400?

(Timothy Prickett Morgan) With much fan-fare last week, IBM rolled out its “Viper” database technology into the version of DB2 for its z/OS-based mainframes. Viper is not just a relational database, which can store information in the traditional format that is friendly to SQL and other query methods

Community

Straighten Out Your Strings

(Billy Hollis) The most common type of data to manipulate in most applications is textual data, which developers usually store in strings. String handling has always been a strong point for the Basic family of languages, and the .NET version of Visual Basic gives you quite a few new tricks for manip