User Profile

Collapse

Profile Sidebar

Collapse
HBes
HBes
Last Activity: Oct 12 '07, 01:16 PM
Joined: Oct 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • HBes
    replied to Select data from one dataset into another vb.net
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • HBes
    started a topic Select data from one dataset into another vb.net
    in .NET

    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:
    ...
    See more | Go to post
No activity results to display
Show More
Working...