By Dennis Callaghan – The deal calls for the two companies to further integrate Adobe’s technologies across IBM’s software offerings, beginning with IBM’s DB2 Content Manager and DB2 CommonStore for SAP, and moving to integration with IBM’s WebSphere and Tivoli software brands, officials said.
Other News
Oracle Label Security, Part 3: Administration
By Jim Czuprynski – Oracle Label Security (OLS) offers a powerful implementation of row-based security that is perfect for restricting user access to specific data, especially in a data mart or data warehousing environment. Previous articles presented a brief overview of how these features work, and
Oracle toots RFID horn
By Rob Westervelt – Oracle Corp. is planning a broad upgrade to its supply chain management tools within its CRM suite and is hyping the introduction of radio frequency identification (RFID) technology.
Limiting result sets with FETCH FIRST and OPTIMIZE FOR
by Alexander Kuznetsov – Check out this and other tips at SearchDatabase.com.(R)
How to use the new diagnostic system function fn_get_sql() and the 3 new columns of sysprocesses?
By Vyas Kondreddi – This article shows you how to use the new function fn_get_sql() and the 3 new columns of master.dbo.sysprocesses. These changes were introduced in SQL Server 2000 SP3/SP3A. In this article, you will find a general purpose stored procedure called ShowCodeLine. It makes use of thes
A BLOB of a Different Color
By Michael Otey – The way you use binary large objects (BLOBs) in ADO.NET is completely different from the way you use BLOBs in ADO. These examples will help you see how to incorporate BLOB data into your ADO.NET applications. (R, $)
Database Application Development Using Borland(R) Kylix(TM) and IBM(R) DB2(R) Universal Database v7.2
By Paul Yip and Ramesh Theivendran – This document is intended to highlight the ways to best integrate Kylix and DB2.
Thinking Big – Java Development with LOBs in DB2 Universal Database
By Kulvir Singh Bhogal – This article uses a real-world example to show you how to use large object data types with DB2 Universal Database in your Java development.
Have a Little Respect for SQL Databases
(Jack D. Herrington) As we race towards better object technology, some people seem content to put relational database systems out to pasture—for no good reason.
Use .NET Deterministic Finalization
by Juval Löwy – Implement methods on your objects that release expensive resources without needing to wait for garbage collection.