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
