(A. Russell Jones) XML, Arrays, DataSets, database tables, collections of all types—all these have a common attribute; they are data stores that hold sets of data values or objects grouped together for some reason. It follows logically that developers would also like to be able to extract individual
Other News
Finding the needle in the Deadlock haystack
(Chris Eaton) How many people out there have enjoyed the hunt for the deadlock culprits? If you are very analytical and enjoy a good murder mystery then perhaps you enjoy tracking down the two lines of application code that caused a deadlock that you wanted to resolve. For those that have not had th
How To Use AJAX Patterns
(Kris Hadlock) Design patterns make development more efficient by speeding up common programming processes and eliminating the need to write redundant code across multiple projects. AJAX design patterns are emerging with the increased popularity of its use in Web application development. In this art
The future of HTML, Part 2: XHTML 2.0
(Edd Dumbill) In the previous article in this series, I described why HTML is due for an update, both to fix past problems and to meet the growing requirements of the tasks to which Web pages and applications are put. I explained the work of the Web Hypertext Application Technology Working Group (WH
Access your database from everywhere
(Dirk Fechner, Samuel Poon and Shan Chen) Today applications are often designed for international use. These applications may be required to cope with character strings in different languages. Unicode has been established as a language-independent standard for the representation of characters.
An Overview Of The New Services, Controls, And Features In ASP.NET 2.0
(Jeff Prosise) Since its introduction in 2002, ASP.NET has become the gold standard for Web applications run on servers powered by Microsoft Windows. In version 2.0 of the Microsoft .NET Framework, ASP.NET sheds its new-kid-on-the-block status. Its aim is to reduce the amount of code required to
Using ADO.NET with SQL Server
(James Crowley) As a developer, I find that an incredible amount of my time is spent dealing with databases in some form or another – be it displaying, manipulating or analyzing data; creating client or server applications. The advent of the .NET Framework has brought with it some major changes, and
Tips for improving INSERT performance in DB2 Universal Database
(Bill Wilkins) Improving the performance of database inserts is very important to managing a database, especially in an OLTP environment. This article explains exactly what happens when an insert occurs, looks at alternatives, and examines issues that affect insert performance, such as locking, inde
Implementing Transactional Replication
This chapter teaches you how to increase the availability of a Microsoft SQL Server data center by implementing transactional replication. After reading this chapter, you will be able to configure each component in this high-availability solution. To configure transactional replication using Network
Integrating PHP Web Services using Oracle BPEL
(Alison Holloway) In November 2005 I attended the PHP Conference in Frankfurt. At that conference I did a demonstration which showed how to integrate PHP Web Services using Oracle BPEL, and the Oracle JDeveloper PHP Extension. I have written up that demo for others to get an overview of what I talke
