After reading this how-to document you should be able to: –Select and update Lobs(Large OBjects) from an Oracle database –Use the Resultset Locking feature of ODP.NET
Author: SSWUG Research
Grasping for Data
(Emmett Dulaney) The Linux operating system is a cup that overflows with files. There are files for configuration settings, text files, documentation files, log files—the list goes on and on. Quite often, those files contain information you need to access to find important data. Although you can eas
DB2 meets security standards, outlines patch releases
(Robert Westervelt) The latest version of IBM’s DB2 Universal Database received a security certification from the International Common Criteria for Information Technology Security Evaluation. (R)
XML Matters: OASIS Election Markup Language
(David Mertz) The Organization for the Advancement of Structured Information Standards (OASIS) has developed many XML standards in use within government, law, and business. Election Markup Language (EML) is OASIS’ foray into the world of elections — with an emphasis on voting within governmental ju
Book Review: Hitchhiker’s Guide to SQL Server 2000 Reporting Services
(Danny Lesandrini) When I heard that Peter Blackburn and Bill Vaughn were writing another Hitchhiker book, I fired off an email to him, asking for the first right of review. At the time of my request, the book, Hitchhiker’s Guide to SQL Server 2000 Reporting Services was not yet in publication, but
Report: J2EE in Jeopardy
(Michael Singer) Java 2 Platform, Enterprise Edition, or J2EE, is a platform-independent standard designed for Web-based enterprise applications. It is also a standard with an uncertain future, according to some analysts.
The Basics of DNSSEC
(Ibrahim Haddad and David Gordon) The Domain Name System (DNS) is one of the Internet’s fundamental building blocks. It is responsible of locating and translating Internet domain names into Internet Protocol (IP) addresses. A domain name is a meaningful and easy-to-remember “handle” for an Internet
Mining your Business in Retail with IBM DB2 Intelligent Miner
This tutorial shows you how to apply data mining techniques using IBM DB2 Intelligent Miner to generate automatically product recommendations for customers in a possible e-commerce shop environment. (R)
Sample Application: XML Form Generator, Part 3: Displaying the Results
(Andrew Mooney) Part 1 of this series demonstrated how to create an XML form using a DataGrid in a web page. Part 2 focused on how to display the XML form using XSL and then save the user input to a new XML file. This final part of the series will show how to create a web form that will […]
Bulk Data Transactions using OpenXML
(Harikishan & Ravi Chander) OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database