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
What is a column variable?
What are the steps you will take to improve performance?
What is namespace in ado.net?
Define different execute methods of ADO.NET command object ?
Which ado.net object is very fast in getting data from the database?
What is ole word?
Explain how can we load multiple tables in to dataset?
How to store data in memory?
How can I retrieve two tables of data at a time by using data reader?
How to connect and retrieve data from database using dataset
What is the default Timeout for SqlCommand.CommandTimeout property?
How can we load multiple tables in a dataset?
What are the types of databinding?
What is execute scalar in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?