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 are the advantages of vb.net and c#?
What are the advantages of an assembly?
Explain clr?
Explain enumerator?
Define cls?
How would you implement inheritance using vb.net?
what is diffrence constructor and destructor in vb
Explain the advantages of migrating to vb.net?
Explain the use of serialization and deserialization?
Explain about the keyword must inherit?
Can you please explain the difference between c# and vb.net?
What is the feature anonymous type?
What is the use of errorprovider control?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Is vb.net a programming language?