|
DataSetToExcel
| Toss a dataset into Excel | VB.NET | 3/11/2010 |
|
ExportToExcel
| Pass it a datatable, will open up the Excel object and toss in the data. | VB.NET | 3/11/2010 |
|
ExportToExcel
| Pass it a datatable, will open up the Excel object and toss in the data. | VB.NET | 3/11/2010 |
|
make a backup copy of a table
| make a backup copy of a table | SQL | 3/10/2010 |
|
UPdate id via join on FK
| Example of how to update an id field in a table by joining it on a field that it shares with another table. | SQL | 3/10/2010 |
|
FormatCodeToHtml
| Jeff Atwood's Code to html formatter | VB.NET | 3/10/2010 |
|
Partition clause with Rownumber
| It will generate number base on grouping. | ActionScript | 3/10/2010 |
|
Capturing Console Output when Using PsExec in Diagnostic.Process
| There are well known documented issues with capturing the console.out from PsExec
when invoked using a System.Diagnostic.Process. The following code snippet demonstrates a work around. However, see notes for a caveat. | C# | 3/10/2010 |
|
Displaying Picture in NAV Report
| To display picture in NAV Report, where picture is stored in customer information table | Other | 3/10/2010 |
|
SafeConvert
| Type parsing functions to convert incoming string with optional defaults | C# | 3/9/2010 |