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 |
What provider ADO.net use by default?
What are the data access namespaces in .NET?
how can implement dropdownlist in particular of dataset when try to update?
What is the DataTableCollection?
Define Execute Scalar?
what are the two key events for the sql connection class? explain the differnce between the two.
What is the difference between OLEDB Provider and SqlClient?
What is dataset object? Explain the various objects in dataset.
how we can fire event in databound coulm in datagfrid withot using button?
Define atomicity?
What is a datagridview?
Which object of ado contains datarow datacolumn collection?