Friday, July 31, 2009

Scripting

Powershell
http://powershell.com/Mastering-PowerShell.pdf

Muse

on seemingly promising stock rally
==========================
it's not green shoots. It's an assisted form of convalescence.
it's contrived from less-than-desirable cost-cutting measures.

Tuesday, July 14, 2009

DataSet Related

Copying a datatable
===============
When trying to add a datatable to a dataset and you get an error saying datatable belongs to another dataset, then do this: Set a new copieddatatable = origdatatable.copy(). You should be able to add the new copieddatatable to the dataset.