The problem is I only want certain columns, but I need to keep all rows for those columns.
Just realising removing columns won't really work, since part of what I wanted to do was generate a new column from 2 columns in a dataset. Eg selecting the results of Price * Quantity into a new column Cost whilst also having the columns Price and Quantity in the new dataset.
Just remove all the columns except Price and Quantity won't do th...
User Profile
Collapse
-
Select data from one dataset into another vb.net
I'm hoping someone will have a suggestion.
Basically what i am doing is reading a csv file into a table, but I only want to read in certain columns, so the idea was read the csv file into a dataset and then select the relevent columns from the dataset into another......
But I keep getting an error saying I've a syntax error in my script. I'm not sure if trying to run a fill on a new dataset referencing another one is possible:
...
No activity results to display
Show More
Leave a comment: