(Mike McIntyre) This article and source code demonstrates a technique for creating the tabbed page interface (‘TabControl’) shown below for an ASP.NET 2.0 web page.
Author: SSWUG Research
Very Large Databases and High Availability Evaluating Replication Options
(Sreeram Surapaneni) Today’s Database managers are more challenged than ever to find the appropriate tools and technologies for their mission-critical databases. When these databases are very large it requires a tremendous amount of effort to create a High Availability architecture that provides a c
DB2 Access Paths and Change Management Procedures
(Craig Mullins) No one working as a DB2 DBA or performance analyst would deny that one of the most important components of assuring efficient DB2 performance is making sure that DB2 access paths are appropriate for your DB2 programs. Binding programs with EXPLAIN(YES) specified is important to ensur
Techniques for Uniquely Identifying Database Records
(Scott Mitchell) When designing and creating a data model for a data-driven application, the records in tables must each be uniquely identifiable. By having a unique value associated with each record, individual records can be selected, updated, or deleted. Being able to uniquely identify records is
XML for Java Developers
DB2 9 introduced powerful XML management capabilities. Download this new e-book from DB2 Magazine to find out how the techniques you use every day can help you put that power to work. You’ll learn XML programming tips for Java developers, see detailed Java application examples, and get a recap of al
A Detailed Explanation of the XMLHttpRequest Object
(Deepak Vohra) Asynchronous JavaScript and XML (AJAX ) is a term for the process of transferring data between a client script and the server. The advantage of this is that it provides developers with a way to retrieve content from a Web server without posting the page the user is currently viewing t
ASP.Net 2.0: Export GridView to Excel
(Dipal Choksi) In this article, we will see how to Export an ASP.Net 2.0 GridView to Excel.
Faster Database Development with SQL Refactor
(András Belokosztolszki) Designing and creating a new database is a well-researched task but, in my experience, it is certainly not what database administrators and developers spend most of their time doing. It is much more common to be required to work on established databases, and on SQL code that
Rational Business Driven Development for Compliance
(Ueli Wahli, Majid Irani, Ana Negrello, Celio Palma and Jason Smith) This IBM Redbook is intended to help you design your processes and solutions using Rational products to manage compliance. It shows how Rational solutions can be applied by an organization to realize a controlled, auditable softwar
Revalidating Invalidated Views
(Bruno Vroman) Usually, when a view becomes invalid due to DDL work on the underlying table, its first usage (SELECT … FROM myview …) revalidates it, or it can be revalidated via “ALTER VIEW myview COMPILE;”. But sometimes a view remains invalid, such as when there is a bug. In a case like this,
