Author: SSWUG Research

Community

CCSIDs, Unicode, and DB2 V7, Oh my

(Willie Favero) The title sounds a little like Dorothy’s line from the Wizard of OZ: “Lions and tigers and bears, Oh my!” Although CCSIDs, Unicode, and DB2 V7 in the same sentence are something you definitely need to be concerned about, I’m not sure they are quite as scary as Dorothy’s plight on the

Community

Develop custom client applications with IBM DB2 Content Manager C++ OOAPI, Part 1: A guided tour to business process modeling and implementation in DB2 Content Manager for ADCompany case

(Xiao Li and Sheng Wei) The pClient and eClient, packaged with IBM DB2 Content Manager (CM), meet the client requirements of many Content Manager users. However, many others need to develop their own client applications to meet their special business needs and to integrate their own business with CM

Community

Overloading Classes in PHP 5

(Alejandro Gervasio) Welcome to the last installment of the series “Overloading classes in PHP.” Comprised of three tutorials, this series shows you how to overload your classes whether you’re using PHP 4 or PHP 5, and explains in detail the implementation of the “__set()”, “__get()” and “__call()”

Community

Sending Email in ASP.NET 2.0

(Scott Mitchell) Email serves as a ubiquitous, asynchronous notification and information distribution system. Not surprisingly, there are many web development scenarios where server-side code needs to generate an email and scuttle it off to the intended recipient. The email may be destined for a use

Community

On reading trace files with PL/SQL

(René Nyffenegger) Reading a trace file is usually a three step process. First, the trace file is created with an SQL statement such as alter session set sql_trace=true. Then, the name of the trace file along with the directory that stores it, is located. Finally, the trace file is opened in an edit