(Leon Katsnelson) If you use DB2 UDB for Linux, UNIX and Windows for any length of time you will invariably end up using db2set command. db2set displays, sets or removes DB2 profile variables i.e. those settings that alter the way your DB2 works. DB2 profile variables can be defined on several level
Author: SSWUG Research
Building Applications with DLinq Designer and Visual Studio 2005
(Satheesh Kumar) In this article we will discuss the usage of DLinq Designer through an example of how to create entity classes. We will also discuss its relationship with other classes. We will see how to create a windows application that makes use of these classes. Using this DLinq designer, we
Model View Presenter with ASP.NET
(Billy McCafferty) After years of maintaining thousands of lines of ASP spaghetti code, Microsoft finally gave us a first class web development platform: ASP.NET. ASP.NET instantly brought a basic separation of concerns between presentation and business logic by introducing the code-behind page.
Set up for successful deployment of SQL Server 2005
Microsoft SQL Server 2005 Administrator’s Pocket Consultant delivers immediate answers for the day-to-day administration of SQL Server 2005. This sample chapter from the book focuses on SQL Server Setup, which allows administrators to create new instances of SQL Server, add components, rebuild the S
The Web Form Wizardry of ASP.NET 2.0’s Wizard Control
(Bipin Joshi) When the data a Web application accepts from the user is too much, splitting the entire Web form into multiple logical sections is a desirable solution. To accomplish this in classic ASP or even ASP.NET 1.x, developers used to create a wizard: multiple Web forms each containing a part
Numbers to words in any language
(Brent Green) This code snippet is primarily used for converting numbers to words in any language. We had an instance where we needed to print French checks while logged into Oracle Applications as an English user. Here’s how we did it. (R)
Regular Expressions
(Paul) Regular expressions is one of ways of search substrings in strings. It is carried out by means of viewing a string in searches of some pattern. A well-known example can be symbols “*” and “?”, used in command line DOS. First of them replaces a zero or more any symbols, the second – one any sy
JSON on the Web, or: The Revenge of SML
(Simon St. Laurent) Back when XML seemed all new and shiny, suggestions that it might in fact be too large, too complicated, or even slightly broken went over rather badly. The xml-dev list rang with battles over whether further simplifications were a good idea (since we’d just lost all that SGML ca
Capture changes using Oracle 10g’s new row timestamps
(Bob Watkins) Data warehouses are often populated by multiple source systems, each running their own applications.
Use PHP scripts to access DB2 UDB for iSeries data with Zend Core for i5/OS
(Suita Gupta) PHP stands for PHP: Hypertext Preprocessor. PHP is basically a scripting language generally used for rapidly developing Web pages. The best thing about PHP is that it is easy to learn specially for a newcomer. As this article shows you, it’s also easy to develop simple PHP scripts that
