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 openrowset?
Which object of ado contains datarow datacolumn collection?
Which object needs to be closed?
What is the use of ADO.NET and XML web services?
What is the difference between typed and untyped dataset?
How to create dynamic gridview?
What are the data providers used in ado.net
What is dbcontext and dbset in entity framework?
What are the different execute methods of Ado.Net?
Define executenonquery?
What is ole db and odbc?
Define the executescalar method?
What is the use of connection object in ado.net?
What is the maximum pool size in ado.net connection string?
What is method to get XML and schema from Dataset? getXML() and get Schema ()