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 difference between inline and code behind?
What is intermediate langauge?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
How to store decimal data in .net?
Can you please explain the difference between vb and vb.net?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
How do you retrieve the customized properties of a .net application from xml .config file?
Explain about branching logic control in vb.net?
Explain about visual basic?
Explain about rapid application development tool?
Name the tool which can convert visual basic old version to .net compatibility version?
Explain about the performance of visual basic?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain the use of console application?
What is the difference between readonly variable and constant variable?