Answer Posted / priya
ADO object model includes five components.
They are:
SqlConnection Object,SqlCommand Object,SqlDataReader
object,Dataset object,SqlDataAdapter object.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Which is faster sqldataadapter and sqldatareader?
How do I delete a row from a DataTable?
How to check if the Dataset has records ?
Is ado.net dead?
What is the difference between Datareader and Dataset?
How can you add or remove rows from the datatable object of dataset?
What are the Features and disadvantages of dataset
Can we connect two dataadapters to same data source using single connection at same time?
What are the different row versions available in table?
How can we load multiple tables in to dataset?
What is the use of SqlCommand object?
What is difference between sqldatareader and sqldataadapter?
What is ado.net object model?
What is openquery?
What is the difference between Data adaptor and Data set?