Other News

Community

XSLT function library

(kolliparachandra) XSLT supports the entire XPath function library as well as several XSLT-specific functions that all implementations are required to support. If a function expects an argument of a specific type and an object of a different type is used, it’s implicitly coerced as if by calling th

Community

Select TOP With TIES in SQL Server

(Suprotim Agarwal) The SQL Server TOP Expression returns only the first set of rows that is either a number or a percent of rows. If you want additional rows to be returned from the base result set if duplicate values exists in the qualified set of results, then use TOP..WITH TIES as shown in the ex

Community

ADF 11g : Log Data Manipulation

(Luc Bors) Today I had a request to implement a generic logging mechanism for all changes of data (DML) in an ADF application. The log needs to be persisted in a database table. This application uses ADF-Business Components and an Oracle Database. My first idea was to use database triggers for all t