How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ADO.NET Interview Questions

What is dbcontext and dbset in entity framework?

0 Answers  


ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?

3 Answers   Zensar,


If we are not returning any records from the database, which method is to be used?

0 Answers  


Explain the difference in record set and dataset?

0 Answers  


Define connection string?

0 Answers  






How many commands does the oledbcommand takes?what are they?

2 Answers  


What does sqldatareader return?

0 Answers  


What is ODP.NET ?

1 Answers   TCS,


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

0 Answers  


What is read only and forward only in ado.net?

0 Answers  


What are the advantage of ado.net?

0 Answers  


Describe ado.net object model in detail.

0 Answers  


Categories