-
-
-
-
Retrieve two tables of data at a time by using data reader
One interview I faced a Q: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 -
Database Method
If we are not returning any records from the database, which method is to be used?
-
-
-
-
-
-
-
-
What is difference in Record set and Dataset
Recordset provides data one row at a time.Dataset is a data structure which represents the complete table data at same time.Recordset has the logic to update and manipulate dataDataset is just a data store and manipulation is done through DataAdapters in .NET.
-
-
-
-
Database Access
Can we do database operations without using any of the ADO.net objects?This was an interview question
-
Can we connect two datareader to same data source using single connection at same time?
No, we cann't since once connection to database is opened must be closed before you reopen again .
-
-
ADO.NET Interview Questions
Ans