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 are the parameters that control most of connection pooling behaviours?
What is the difference between typed and untyped dataset?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are all the different methods under sqlcommand?
What is the difference between executequery and executenonquery?
What is the use of adodc?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Explain the dataadapter class in ado.net?
What are the key events of sqlconnection class?
What is ole2 format?
Where is adodb dll located?
What is the role of clr?
Explain how can we load multiple tables in to dataset?
What is the hierarchy of data in databases?