We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon