Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
Answers were Sorted based on User's Feedback
Answer / irfanpathan
Dataset is used to get the data from database by creating
objects..After getting data we should store that data.we
use SQLDATAADAPTER for storing data..after storing we will
give connection with SQLCONNECTION class.and then we bind
the data using DATABIND..This total process is appliued
with DATASET.
where as DATAREADER is also for getting data through
database.But it is faster in access.we wont use DATAREADER
because of performance problem..
i too dont know record set..
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / lavanya
With Dataset can retrive the data from two database like
oracle, SQl and merge in one table. Record set is not
possible.
All representation of dataset is using XML while record set
use COM.
Recordset can not be transmitted on HTTP while Dataset can
be.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / lovenier
We use DataSet to retrieve data from database in disconnected mode, but in the data RecordSet it retrieve data in connected mode..
DataSet is designed to work without any continuing connection to the orignal database, but RecordSet is Required a connected environment.
Data in DataSet is bulk loaded, rather than being loaded on demand.
DataSet have no concept of Cursor and current pointer, you can use for each loops to move through data.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a 404 redirect?
How can we register exception filter from the action?
hi guys do u know how to go one page to one page to another page plz tell me any of u know
Can we have multiple master pages in asp net?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is the difference between Hash table and Array list?
How may clustered index we can create in table?
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
Which type of state management is provided by Query String in ASP.NET?
0 Answers Sans Pareil IT Services,
Describe a Windows Service and its lifecycle ?
Give 2 examples for scenarios when routing is not applied?
What is the difference between localization and globalization?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)