How to file more then one table in Dataset
How to file more then one table in Dataset.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
arjunPosted Dec 19, 2012, 1:59 AM
if ur storedprocedure is having more than one select query..then sp returns more then one table.
that sp executed by sqldataadpter and and Fill into dataset.then the dataset contaons more than one table.u can find them using
ds.Tables[0].rows
ds.tables[1].rows.count
ds.Tables[2].rows[0][2].toString()..
somthing like........
satish babuPosted Nov 8, 2012, 6:00 AM
Satyapriya NayakPosted Nov 7, 2012, 6:15 AM