What are the two fundamental objects in ADO.NET?
Answers were Sorted based on User's Feedback
Answer / nandini
DataSet and DataReader are the tow funadamental object in
ADO.NET
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sandyni
Dataset which is disconnected and DataReader which is
connected are the two main fundamental objects of ADO.Net
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / spvarma
#1 is wrong remaings are correct
DataSet and DataReader are the tow funadamental object in
ADO.NET
Is This Answer Correct ? | 3 Yes | 0 No |
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How to identify the controls which can be used for binding data?
What is ado.net code?
Which is better ole db or odbc?
What is difference between Dataview and Datatable?
Which are the different IsolationLevels ?
Define executenonquery?
What is the hierarchy of data in databases?
Is it possible to edit data in Repeater control?
What is data view and variable view?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is the difference between SqlCommand and SqlCommandBuilder?