Using the Oracle XMLType Posted on July 15, 2005 Getting the value of an xml element in a CLOB [Read More] Tags: plsql oracle
T-SQL Tips - Formatting Numbers Posted on February 23, 2005 Adding thousand-separator commas to numbers: [Read More] Tags: sql
Standard T-SQL transaction template Posted on January 21, 2005 A basic template for transactions in a stored procedure. [Read More] Tags: sql
Right-clicking Treeview Nodes in Windows Forms Posted on December 9, 2004 Right-clicking on a node in a treeview does not change the SelectedNode property, therefore it is impossible to get a handle on the current node within, for example, a context menu when using this method. [Read More] Tags: c#
JavaScript pad function Posted on December 2, 2004 This function allows you to pad strings e.g. to pad a date part with 0’s, you’d call [Read More] Tags: javascript