What are the Different layers in ADO.Net?
Answer Posted / umesh
There are three types of ADO.NET providers,
OLEDB.NET DataProvider
SQLSERVER.NET DataProvider
ODBC.NET DataProvider.
Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is difference between sqldatareader and sqldataadapter?
What is executequery?
How do you update database through dataset?
What is microsoft ole db provider for sql server?
Does ado.net use odbc?
What is executenonquery ado.net?
What you mean by filtering of data?
What is the difference between the clone() and copy() methods of the dataset class?
Explain ODP.net
Does dapper use ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Which property is used to check whether a DataReader is closed or opened?
Which architecture does Datasets follow?
Explain all the classes those are used for database connections between sql server and asp.net?
What DataReader class do in ADO.NET ?