What are the two fundamental objects in ADO.NET?
Answer Posted / gourav jain
1) Data set
2) .Net data provider
comprises of (Connection object, Command object, Data
Reader, Data Adapter).
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Which parameter of ConnectionString is used to specify the name of the database?
Can datareader hold data from multiple tables?
How do you update a dataset in ado.net and how do you update database through dataset?
What is ado rdo dao in visual basic?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is the difference between oledb sql server and oledbdotnet provider?
What is ole db query?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain ODP.net
List all the steps in order, to access a database through ado.net?
Define bubbled event?
Explain the advantage of ADO.Net?
How do you connect to sql server database without using sqlclient?
Explain sqlconnection object?