Okay, so if i cant get a typed dataset that contains the data from both tables. That makes it useless. And defeats the whole purpose of creating typed dataset and sticking to tiered architecture.
Taking about Linq, i havent used it much but the problem i have with it is i dont want to learn lambda expression and all. Plus people have mentioned the lack of control on your sql in this approach.Generally not really fond of the concept of OR mappers
Doesnt that leave us with Data Access Block(enterprise library), the only problem i have with it is there should be a way to synchronise, (Buisness objects)classes with Database tables.