Explain different methods and Properties of DataReader which
you have used in your project?
Answer Posted / rahul ecimt
method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How do you update database through dataset?
What is ambient transaction?
What does adodb stand for?
Define atomicity?
What are the major difference between classic ADO and ADO.NET?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is dataset and datatable in ado.net?
What is the use of SqlCommandBuilder?
What is microsoft ado?
What is datatable in ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is the use of SqlCommand object?
What are the data providers used in ado.net
Explain the namespaces in which .net has the data functionality class.