What is the provider and namespaces being used to access
oracle database?
Answer Posted / sandip bhattacharya
In .net there are two provider.
1)Sql Data Provider;(for sql server)
2)Oledb Data Provider;(for other database)
and the name space are
1)System.data.sqlclient;
2)System.data.oledb;
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is difference between connected and disconnected architecture in ado.net?
What are the advantages of ado.net?
What are the Features of a dataset
Does dapper use ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is the difference between Optimistic and Pessimistic locking?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What are three methods for displaying data in a syncfusion datagrid
What is ole2 format?
What are all the different authentication techniques used to connect to MS SQL Server?
What connected data?
What are the data providers used in ado.net
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What are the ado.net objects?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?