can we have multiple datatables in a datareader ?

Answers were Sorted based on User's Feedback



can we have multiple datatables in a datareader ?..

Answer / vaidyanathan r

The DataReader may read multiple data tables(I am not
sure). But it cant hold them. There is a difference between
Reading and Holding

Is This Answer Correct ?    2 Yes 3 No

can we have multiple datatables in a datareader ?..

Answer / anil sharma

No, We cannot have...

Is This Answer Correct ?    0 Yes 3 No

can we have multiple datatables in a datareader ?..

Answer / amresh chandra

you have to use joint in urs sql syntax.Or indirectly no
more than one table in datareader

Is This Answer Correct ?    3 Yes 8 No

can we have multiple datatables in a datareader ?..

Answer / amresh chandra

Not at all

Is This Answer Correct ?    1 Yes 7 No

can we have multiple datatables in a datareader ?..

Answer / rizwan

its depend on datatable

Is This Answer Correct ?    1 Yes 10 No

can we have multiple datatables in a datareader ?..

Answer / vaidyanathan r.

No. DataReader can hold only one record at a time. And it
can read the records in forward-only manner.

Is This Answer Correct ?    1 Yes 13 No

can we have multiple datatables in a datareader ?..

Answer / kumar vaibhav

No, We can not have multiple datatables in Datareader
instead we can have multiple datatables in DataSet

Is This Answer Correct ?    5 Yes 23 No

can we have multiple datatables in a datareader ?..

Answer / suhel sadat

No we can't, multiple datatables can be used in dataset.

Is This Answer Correct ?    10 Yes 40 No

Post New Answer

More ADO.NET Interview Questions

What is meant by executenonquery?

0 Answers  


What does adodb stand for?

0 Answers  


Explain the ADO . Net Architecture ( .Net Data Provider) ?

2 Answers  


Define data access layer?

0 Answers  


What is sql command in ado net?

0 Answers  






What are the ado.net objects?

0 Answers  


What is an ado?

0 Answers  


What is difference between entity framework and ado.net?

0 Answers  


What are the different methods by which we can populate a dataset?

0 Answers  


What DataReader class do in ADO.NET ?

0 Answers   NA,


What are the steps you will take to improve performance? Will you use dataset or datareader?

0 Answers  


Which method is used to sort the data in ADO.Net?

0 Answers  


Categories