07-16-2010, 03:49 PM
Hi Brian,
While runing the script the runtime data will be there in the DataTable till you end the excution, and when you stop the run, there wont be any data.
You can do one thing Export the data table after you finish saving the datatable.
Ex:
DataTable.Export("C:\ExpTest.xls")
While runing the script the runtime data will be there in the DataTable till you end the excution, and when you stop the run, there wont be any data.
You can do one thing Export the data table after you finish saving the datatable.
Ex:
DataTable.Export("C:\ExpTest.xls")