Working with Data Tables

  • Thread starter Thread starter JKirby123
  • Start date Start date
J

JKirby123

Guest
It's been many years since I've done much programming. I have a research project for which I need to do some up front data manipulations to prepare files for statistical analysis. I need to find a good research that will help me in working with Datasets within Visual Studio. I will be using VB and have completed some queries from an rather complex access database; now i need to do the following:


1) Data manipulation, normalization of data within defined Data Tables.

2) Run queries on a Datatable to create another Datatable.

3) Bring more data in to these tables through new queries.

4) Export the data from these tables into text files.

Is there a book, or good online reference that can help me get code snippets for some of these basic tasks?

Thanks

Joe

Continue reading...
 
Back
Top