Transforming XSLT with C# Posted on October 14, 2005 XSL can be transformed programmatically as follows. [Read More] Tags: c#
Oracle - Inserting into nested tables Posted on October 12, 2005 Oracle supports the concept of a nested table. You can insert data into a nested table as follows: [Read More] Tags: plsql oracle
Working with ASP.NET DataGrids Posted on September 20, 2005 Adding images to DataGrid Headers [Read More] Tags: c# asp.net
Returning a RefCursor with Oracle Posted on July 21, 2005 Snippet for returning a ref cursor from a PL/SQL function: [Read More] Tags: plsql oracle
Using the Oracle XMLType Posted on July 15, 2005 Getting the value of an xml element in a CLOB [Read More] Tags: plsql oracle