(Allan Mitchell) When building our own custom pipeline components two methods in particular are very important and it may become a little confusing as to which one is used in which situation. The two methods are: –ProcessInput –PrimeOutput
Other News
Oracle Migration Workbench – Part Three
(Steve Callan) At the end of Part Two, we finished loading data from the MySQL database into the Oracle database/repository. The owner of the imported data was root, the privileged owner in the MySQL database “omwb.” In Part Three, we will go into more detail about the Migration Workbench console an
Tablespace Owner and Usage
(Nikhil Dave) This tip shows the tablespace owner and usage for all within a database.
Solving problems while passing XML into a Stored Procedure
(Ashutosh Singhal) Generally, when XML data is being passed to a stored procedure, it would contain the XML version and encoding information along with namespace declarations. This sometimes interferes with the XPath queries. Here is one way we can solve the problem.
INF: SQL Server 2000 Kerberos support including SQL Server virtual servers on server clusters
You can use Kerberos authentication with Microsoft SQL Server 2000. SQL Server 2000 supports this functionality as part of a typical Microsoft Windows 2000 Active Directory domain installation. With Microsoft Windows 2000 Service Pack 3 (SP3), you can enable Kerberos authentication on server cluster
Truly Reusable Code: Assembly Binding Redirection in .NET
(Brian Berry) When I first read that .NET assemblies could be “redirected” at runtime, I was stunned and a little bit suspicious. After all, in the COM world the intricacies of component interaction had baffled me, but I knew enough to know that dynamic redirection just wasn’t possible. To be ho
Facilitating Efficient Data Management
(Craig S. Mullins) Most modern applications utilize database management systems (DBMS) to create, store and manage business data. The DBMS software enables end users or application programmers to share data. It provides a systematic method of creating, updating, retrieving and storing information in
Integrating XML with J2EE (Sample Chapter)
(Martin Bond) In the chapter you will learn about –How XML has evolved from the need for platform-independent data exchange –The relationship between XML and both Standard Generalized Markup Language (SGML) and Hypertext Markup Language (HTML) –How to create well-formed and valid XML doc
Object Oriented Programming In VB.NET
(An ‘OOP’) A must read for anyone interested in VB.NET. This article uncovers some basic Object Oriented Programming Features of Visual Basic.NET. The whole article is divided to 10 lessons. The source code for these lessons is provided with the article.
Intra- and inter-item type movement in DB2 Content Manager
(Allan W. Tham and Meng Li Wong) Most mature repositories can move objects in and out of a container at will. This article explains how to move data within a data container, as well as how to move objects between item types. Partial or complete objects can be moved from one system to another. Ob
