Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can we have multiple datatables in a datareader ?

Answer Posted / eduardo belmonte

Some people get confused.

A datareader can not have any amount of datatables.
Not even one of them.

Datatables exist by themmselves or inside a dataset, but
they are not generated nor filled by a datareader.

A datareader generates "only datarows", it doesn't generate
datatables. Each one of the datarows comply with a
structure as defined by the SELECT sql statement.

That SELECT statement may have columns that belong to one
or more "tables in the database". By example using a JOIN
or something similar. But listen well I said "tables" not
"datatables".

OK my friends?

Is This Answer Correct ?    12 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bubbled event?

1017


Is bulk insert faster than insert?

960


What are the rules to implement connection pooling?

1120


How do you update a dataset in ado.net and how do you update database through dataset?

968


What are the different execute methods of Ado.Net?

1059


What two types of data providers does ADO.NET supply? What determines which one you should use?

1037


Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

1046


What are the drawbacks of using ado.net?

1012


What is datatable in ado.net?

1007


What does executequery return?

1027


Can you explain how to enable and disable connection pooling?

1006


Define connection string?

1129


Why is ADO.NET serialization slower than ADO ?

1099


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

1104


What is basic use of data view?

1042