Answer Posted / pravin
Because Datareder Doesn't have Constructer.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What are the core objects of ADO.NET?
What is ado net stands for?
How to store data in memory?
How do you implement locking concept for dataset?
What is the usage of the dataset object in ado.net?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
differance between ADO vs ADO.Net?
What are all the different methods under sqlcommand?
Explain which name space is used to get assembly details?
Explain the advantages and disadvantages of using datalist?
How to connect and retrieve data from database using dataset
Which is better ole db or odbc?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is sqldatareader?