beginning on dataset

  • Thread starter Thread starter francois
  • Start date Start date
F

francois

Dear commnunity,

I need to access my datas in many different ways and i was thinking first to
execute lots of Sql statement to get all the pieces of information I need.
Indeed I do not need to only read records but more getting information like
in a data analysis or data mining approach.

But instead of doing that and doing a lot of request to the DB I was
thinking of loading the Data i need in a dataset and then analyze the
dataset to get the info i need.

I have heard it is possible to execute "views" on the dataset as well as
doing sql like querry on the dataset?

But as I am beginner on the subject I have no clues how to do it and then I
would like a good resources, articles that could teach me dataset inside
out.

Does anyone could point me to such resource?

Francois.

PS: I will do that part of an ASP.NET page, also will the dataset be stored
in the VIEWSTATE (I want to avoid that), if it is, is there a way to turn
that opion off?
 
Hi Francois,

Have a look in/on msdn with the following keywords.

dataset, datarow, datarowcollection, datatable, dataview.

Otherwise there are two ado.net writers active in this newsgroup.
When you search on there names you find pages that directs to there books.

David Sceppa and William (Bill) Vaughn

I hope this helps,

Cor
 
Back
Top