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 connected data?
Define connection string?
What are good ado.net object to replace to ado recordset object.
What is the functionality of data provider in ado.net?
What is a control toolbox?
How do I delete a row from a DataTable?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Which database is the ado.net sql connection object designed for?
How do you merge two datasets into the third dataset in a simple manner?
Why is stored procedure used in ado.net?
What is the default provider in ado.net?
Does sqlclient and oledb class share the same functionality?