What is the Difference between Dataset and Datareader?
Answer Posted / khaja
Datareader is readonly so we can't do any transactions on
database,in case of dataset we can perform all transctions
on database like update,insert,delete.
And also datareader access only one record at a time in
forwode only,incase of dataset we can access bulck of data
in random mode.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is the maximum size of the textbox?
What are the objects in asp.net?
What is the use of console application?
How do you retrieve the customized properties of a .net application from xml .config file?
What are the differences between c# and visual basic.net?
Name the class which allows an element to be accessed using unique key?
How vb implements the disconnected architecture as like vb.net?
What is the difference between Namespace and Assembly?
What are the advantages of VB.NET?
Explain jagged array in vb.net?
What is the class that allows an element to be accessed using unique key?
Explain the difference between thread and process?
Why should you use delegate?
What’s the difference between private and shared assembly?
What is the use of internal keyword?