Hi all,

Am having difficulty with one of my DataTables..........

As part of a routine I populate a DataTable (dynamically created at runtime), manipulate the data and now I would like to clear the DataTable in preperation for the next run of the routine.

I have tried without success :-

DataTable.Clear()
DataTable.Reset()

While both throws no errors, neither clears the datatable.

Where am I going wrong ?

Short of manually deleting each row in the DataTable, which I'm not keen to do, I can't seem to find a way to clear the DataTable.

Any pointers would be most welcome.

Thanks

Charlie