What are the two fundamental objects in ADO.NET?
Answer Posted / sonal
DATA PROVIDER(comprises of connection, command, data reader and data adapter)-> CONNECTED Architecture
DATA SET-> DISCONNECTED Architecture
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is commandbuilder in ado.net?
Explain ado.net features?
How is it possible to get 2 tables of data at a time by using data reader?
What is the maximum pool size in ado.net connection string?
Can we do database operations without using any of the ado.net objects?
What is the difference between sqlcommand and sqldataadapter?
What is dataset object? Explain the various objects in dataset.
What is the use of adodc?
What is executenonquery ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the use of data grid?
How to bind the controls(best practice) comboboxes to the data in the dataset?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Can we load multiple tables in a dataset?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?