2
Answers

Using Datatables in memory.

Photo of tom

tom

21y
1.8k
1
I am reading in a text file and have placed it into a datatable one row at a time. I can filter some rows i do not want on the row.add operations, and can get a dataview based on a rowfilter method. Would like to use SQL commands since I dont think rowfilter is that strong or maybe i dont have a good reference for it. Any suggestions? Thanks.

Answers (2)