WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / servesh saxena
Major components are based on major namespaces used in ADO.net
System.data
System.data.common.
System.data.sqlclient
System.data.oledb
System.data.odbc
System.data.types
theses are the majorly used namespaces any provider,dataset
reader etc are based out of these name spaces.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between data reader and data set?
What is a serialized object?
What are the usages of the command object in ado.net?
Give few examples of datareader that is used in different dataproviders.
Define data access layer?
What is difference in record set and dataset?
What is adodb dll?
What is the significance of CommandBehavior.CloseConnection ?
What is the full form of ado.net?
What is the default provider in ado.net?
What does executequery return?
How can we serialize the dataset object?
Which provider is used to connect ms access, oracle, etc…?
What is ado.net tutorial?
Does executenonquery return a value?