(Dan Wellman) Apache 2 represents quite a change from previous versions. If you have set up a previous version of Apache on a Windows XP PC, you will be interested in setting up the new version. Dan Wellman shows how to set up and configure Apache 2 on a Windows XP PC to give you a development envir
Other News
Using DDL Triggers to Manage SQL Server 2005
(Jeffrey Juday) SQL Server 2005 has extended the trigger functionality you normally use with Data Manipulation Language (DML) commands such as INSERT, UPDATE, and DELETE to incorporate Data Definition Language (DDL) commands like CREATE DATABASE, DROP TABLE, and ALTER TABLE. The new technology, call
FIX: You receive an ‘Error: 8526, Severity: 16, State: 2’ error message in SQL Profiler when you use SQL Query Analyzer to start a distributed transaction after you have installed SQL Server 2000 SP4
When you use a client application such as SQL Query Analyzer to start or to enlist into a distributed transaction after you have installed Microsoft SQL Server 2000 Service Pack 4 (SP4), you receive an error message that is similar to the following: [Microsoft][ODBC SQL Server Driver][Shared Memo
Change privilege levels for SQL Server 2000 services
(Serdar Yegulalp) SQL Server 2000’s two key programs — the actual SQL Server and the SQL Server Agent — typically run as services in the Local System user context. When SQL Server users access operating system features, usually through SQL Server’s SA login, access is performed in the context of t
Understanding of Various .NET Framework Versions
(Vidya Vrat Agarwal) This article talks about the features supported by the .NET Framework 1.1 and .NET Framework 2.0 Beta. In this article the following features will be discussed.
PHP and JavaScript, Pooling Your Resources
(Brian Vaughn) In this article, you will learn how to combine PHP and JavaScript to create two SELECT menus, one containing categories, and the other containing only those options applicable to the category selected.
Building a ContentRotator ASP.NET Server Control
(Scott Mitchell) This article examines the steps involved in creating a custom, compiled ASP.NET server control that randomly rotates through specified content, much like the built-in AdRotator control randomly rotates through a series of predefined banner advertisements. In examining the innards of
Creating Search Pages
(Steve Muench) In my last column, “Browsing and Editing Data” (Oracle Magazine, July/August 2005), you saw how easy it was to use Oracle JDeveloper 10g and Oracle ADF to create Web pages to browse and edit database data. In this column, we’ll explore how to add basic search functionality to an Oracl
Large Objects Get Bigger
(Roger Miller) The rich are different from you and me; they have more money. Similarly, large objects (LOBs) are different from other DB2 data; they have more bytes. Sometimes LOBs are too large to handle, too large to store, or too large to log. The sheer size of LOBs means that you need to use
Embed a dynamic IM clause in a COBOL program
(Kent Milligan) Is there a way to have a dynamic IN clause embedded in a COBOL program? (R)
