Only fetch data you need. In a data object you focus on the least. In a data set you grab a lot because it is easy.
Sent from my iPhone Stephen Russell 901.246-0159 On Dec 25, 2010, at 4:35 PM, PawBoc <[email protected]> wrote: > Hello again. > > On Dec 23, 4:01 pm, Stephen Russell <[email protected]> wrote: >> Look into the entity framework for a better way to handle data instead >> of dataSet. > > I will take a look into entity framework, thank you for hint. > > I think that I made bad assumption. I was trying to keep relations 1:1 > on dataset table and database table. Maybe those typed datasets pushed > me on this kind of thinking. > In fact - datasets should hold structures which helps me to make an > application - their relations with database tables are maintained with > queries. > > regards, > Pawel
