jerry_hokh
Active member
- Joined
- Mar 14, 2006
- Messages
- 25
- Programming Experience
- 1-3
hi guys,
normally i have one typed dataset for each table in my database, but what if i need retrieve data from 2 tables then what should i do:
1) create an untyped dataset represent 2 tables on database
2) add more column from table2 to table1's dataset
3) make another separate typed dataset represent 2 tables
Which is the best way to do? if none of them is best , pls suggest.
Thanks a lot.
Jerry
normally i have one typed dataset for each table in my database, but what if i need retrieve data from 2 tables then what should i do:
1) create an untyped dataset represent 2 tables on database
2) add more column from table2 to table1's dataset
3) make another separate typed dataset represent 2 tables
Which is the best way to do? if none of them is best , pls suggest.
Thanks a lot.
Jerry