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
Why do we use ansi keyword?
What are different types of jit ?
What do you mean by serialization?
What is the size of .net object?
What is the differnce between managed code and unmanaged code?
Explain how does the xmlserializer work?
What is redim keyword?
What is the maximum size of the textbox?
Which class allows an element to be accessed using unique key?
What do you understand by vb.net?
How vb implements the disconnected architecture as like vb.net?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is the difference between value and reference types?
What is the difference between vb 6 and vb.net?
Explain nested classes?