WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / ranjeet kumar panda
.NET Framework data provider, which is a set of components:
Connection objects,
Command objects,
DataReader objects,
DataAdapter objects
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the different ado.net namespaces?
What is microsoft ado.net?
What are typed and untyped dataset?
What is Dataset Object?
What does sqldatareader return?
What do you mean by performing asynchronous operation using command object?
how we can fire event in databound coulm in datagfrid withot using button?
Which ado.net object is very fast in getting data from the database?
What does datareader object do?
What is data access pattern?
What are the key events of sqlconnection class?
What is ado.net architecture?
What is ado or jdbc?
What is the difference between Optimistic and Pessimistic locking?
Difference between sqlcommand and sqlcommandbuilder?