Other News

Community

Parlez-Vous DB2 for LUW? (Part 1)

(Robert Catterall) If you’re a regular reader of this column, you probably know that my technical background is primarily in DB2 Universal Database (UDB) for z/OS and OS/390. I like to write about what I know, and what I know best is DB2 on mainframe servers. In recent years, however, I’ve learned a

Community

Improving DB2 recovery performance

(Barrie Sosinsky) You can take a number of steps to reduce the time it takes to perform a restore operation. First, you should optimize the use of your buffers. Make sure that the restore buffer is a multiple of the buffer that was used during your backup, and that that buffer is a multiple of the e

Community

Building Tree View Resultset

(Ameet Phadnis) Most programmers might have faced the problem about displaying data in Tree View. There are different ways to solve this problem. The best way depends on your environment. As my previous articles I will first explain different approaches and then give you the solution I normally use.

Community

Above and Beyond DHTML Menus

(Nigel McFarlane) Up until now, the heart of a Web page was HTML, but that’s changing; HTML is simply not flexible enough to meet modern Web development needs. The element, for example, can contain only one set of menu options, although those options can be grouped a little using the

Community

Injection Protection

(Michael Otey) All relational databases—including SQL Server, Oracle, IBM DB2, and MySQL—are susceptible to SQL-injection attacks. You can buy products that protect your system from SQL injection, but for most businesses, the defense against SQL-injection attack must be code-based. The opening for S