dataset

hai i have loaded two tables into the dataadapter.is there any way to separate these tables while loading into datset. example: sqldataadapter da = new sqldataadapter("select * from emp1,emp2",con); dataset ds = new dataset(); how do i fill only the details of emp2 table into dataset ds. thanks

Loader.
Up arrow icon