Answer Posted / shwetha
it consists of:
1)SQlconnection
2)Sqlcommand
3)SqlDataAdaptor
4)SqlDataReader
5)DataSet
6)DataRow
7)DataColumn
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the full form of ado?
What are three methods for displaying data in a syncfusion datagrid
Explain the difference between data reader and data set?
Which is the feature of ado.net?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is typed dataset ?
What are two important objects of ADO.Net?
How to read data with the sqldatareader ?
What is ado rdo dao in visual basic?
What is the default provider in ado.net?
Is it possible to load multiple tables in a Dataset?
Why do we use sqldataadapter?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the difference in record set and dataset?
How can we check that some changes have been made to dataset since it was loaded?