The XmlTypeAttribute can be used to control how a type is serialized by the XmlSerializer. For example, by default, when a type is serialized, the XmlSerializer uses the class name as the XML element name. By creating an XmlTypeAttribute, setting the XmlType property to it, and creating an XmlAttrib
Other News
Get Number of Rows Per Table in Current Schema
(Shahid Hafeez) This script will get the number of rows per table in the current schema. (script)
MSSQL Server 2000 Reporting Services: A New Paradigm for Enterprise Reporting
(William Pearson) This is the first of several articles of a new series, MSSQL Server 2000 Reporting Services. The series is designed to introduce MSSQL Server 2000 Reporting Services (“Reporting Services”), with the objective of giving a preview of its features, as well as sharing my conviction in
XML Security: The XML Key Management Specification
(Manish Verma) The XML Key Management Specification (XKMS) outlines an easy mechanism for accessing and integrating with Public Key Infrastructure (PKI). In this article, Manish Verma explains the objective behind XKMS and then offers a step-by-step guide to using the XKMS service to register and re
Interacting with Resources: Web Architecture Review
(Kendall Grant Clark) had hoped to examine the W3C TAG’s Architectural Principles of the World Wide Web (AWWW) within the space of three installments of the XML-Deviant column. That plan turned out to be overly ambitious, since there are some outstanding issues and nontrivial puzzles remaining; or
Generate a Delete Stored Procedure
(Jason Bohanon) This procedure will generate a delete stored procedure against a provided table and column name in your database. The script searches for foriegn key constraints and then creates a delete statement for each one found in the database. (script)
More than Meets the Eye: Simplifying Catalog Publishing
(Brenda Castiel) To tame the surprisingly complex challenges catalog publishers face, A2i added its own unique technology on top of a solid DB2 UDB base. Imagine searching a database containing millions of products, each with dozens of searchable attributes and related images and text blocks. Is
Setting Up a User Exit on DB2 UDB V8 to Archive Database Logs
(David Kline) DB2 Universal Database uses log files as a primary means of ensuring the consistency and recoverability of data. In an earlier article, An Overview of Transactional Logging in DB2 Universal Database, I introduced transactional logging concepts and explained how logs are managed. In thi
Efficient Evaluation of Multiple Queries on Streaming XML Data
(Mong Li Lee, Boon Chin Chua, Wynne Hsu and Kian-Lee Tan) Traditionally, XML documents are processed at where they are stored. This allows the query processor to exploit pre-computed data structures (e.g., index) to retrieve the desired data efficiently. However, this mode of processing is not suit
Overview of WAP XML Binary Coding
(Petteri Kangaslampi) WAP, Wireless Application Protocol, is a suite of specifications for accessing various kinds of information services from mobile devices such as digital mobile phones [WAP]. A core part of WAP is WML, Wireless Markup Language [WML], an XML-based [XML] language for describing th