|
-
Dec 15th, 2011, 02:18 PM
#1
Thread Starter
Member
[RESOLVED] DataTable reset
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|