What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 6648 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ADO.NET Interview Questions > Which ADO.NET object is very fast in get ...

Which ADO.NET object is very fast in getting data from database?

Interview question and answer by: Kurmarao | Posted on: 6/17/2008 | Category: ADO.NET Interview questions | Views: 6272 |


Answer:

SqlDataReader object. (Note: Even datasets also use SqlDataReader objects internally for retriving data from database.)

Source: own | Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


 Responses

Posted by: Charan | Posted on: 05 Dec 2010 02:53:02 AM | Points: 10 | Alert Moderator 

SqlDataReader is fast reterive records from the database.. compare with dataset.
DataReader is forward and read only.

Posted by: Nareyugam | Posted on: 23 Apr 2012 06:41:01 AM | Points: 10 | Alert Moderator 

Datareader is faster than others

Posted by: Dhirajluhana | Posted on: 14 Mar 2013 12:35:59 AM | Points: 10 | Alert Moderator 

Datareader working on the connected architecture .... and it also lightweight..

So DataReader is faster than the Dataset....!!!!!!

>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Kurmarao

    Even more ... | Submit Interview Questions and win prizes!


    About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
    General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
    Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2013 10:12:42 PM