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 class that allows an element to be accessed using unique key?
Explain i.tostring method?
What are the differences between vb.net and c#, related to oops concepts
Explain what observations between vb.net and vc#.net?
What are jagged arrays ?
Which dll is used for microsoft .net run time?
How a base class method is hidden?
What is tracing?
What is the advantage of using system.text.stringbuilder over system.string?
Explain the difference between .dll extension and .exe extension files?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Why do we use ansi keyword?
What is an assembly and its use?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Which control is an example of an object in vb net?