Typed Dataset with multiple tables

  • Thread starter Thread starter Gugale at Lincoln
  • Start date Start date
G

Gugale at Lincoln

Hi,

I have generated a typed dataset containing two tables in vs2005. Tables
have one to many relationship. I would like to populate both the tables
using preferably just one call to stored procedures which return data for
both the tables. What is the best way to do it? Do I need to write custom
code using generic untyped dataset or is there any simpler/faster/better
way?

Thanks
SG
 
Back
Top