What is the provider and namespaces being used to access
oracle database?
Answer Posted / naresh
We can use any of the following providers to connect to the
oracle databas
Oledb provider
Odbc provider
OracleClient Provider
and the namespaces for the above provider are
Oledb provider--> System.Data.Oledb
Odbc provider---> System.Data.Odbc
OracleClientProvider--> System.Data.OracleClient
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the various methods provided by the DataSet object to generate XML?
What is a control toolbox?
What is the full form of ado?
What is DataReader Object?
Which method in OLEDBAdapter is used to populate dataset with records?
Can datareader hold data from multiple tables?
How will you fill the gridview by using datatable object at runtime?
Why is it important to close an ado.net application?
What are all the commands used with Data Adapter?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is defaultview in datatable?
Which database is the ado.net sql connection object designed for?
Which namespaces are used for data access?
What is full form of ado?