Powershell
http://powershell.com/Mastering-PowerShell.pdf
Friday, July 31, 2009
Saturday, July 25, 2009
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.
===============
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.
Tuesday, July 7, 2009
Subscribe to:
Posts (Atom)