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 the default provider in ado.net?
Explain advantages of ado.net?
Define Execute Scalar?
What do you know about ADO.NET's objects and methods?
What is ado connection?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What DataReader class do in ADO.NET ?
What is the return type of executescalar?
Explain the difference between sqlcommand object and command behavior object?
Explain the difference between an ado.net dataset and an ado recordset?
What are the data providers in ADO.NET framework?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
How do you implement locking concept for dataset?
What are the different methods available under the sqlcommand class to access the data?
Which parameter of ConnectionString is used to specify the name of the database?