Answer Posted / archana
ADO.net means Activex Data Object.
ADO.net provides the activ coonectivity with the database
at runtime. We can do the operations which are related to
the database..
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the 3 major types of connection objects in ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is the current version of entity framework?
How do you find the count of records in a dataset?
List the 4 common ado.net namespaces?
Explain the two fundamental objects in 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?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
how Sequence to connect and retrieve data from database using dataset?
Explain the overview of ado.net architecture?
What are the key events of sqlconnection class?
What is disconnected data?
How do you update database through dataset?
What is ole db and odbc?
What is Data view?