What is the provider and namespaces being used to access
oracle database?

Answers were Sorted based on User's Feedback



What is the provider and namespaces being used to access oracle database?..

Answer / ansu kumar

provider is
olebd
namespace is
system.data.olebdclient

Is This Answer Correct ?    14 Yes 4 No

What is the provider and namespaces being used to access oracle database?..

Answer / 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

What is the provider and namespaces being used to access oracle database?..

Answer / shwetha

provider is oledb.

and Namespace is System.Data.oledbclient

Is This Answer Correct ?    4 Yes 2 No

What is the provider and namespaces being used to access oracle database?..

Answer / shankar

provider is oledb.

and Namespace is using System.Data.OleDb

Is This Answer Correct ?    1 Yes 0 No

What is the provider and namespaces being used to access oracle database?..

Answer / saravanan

System.Data.OracleClient Namespace

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More ADO.NET Interview Questions

How do you merge 2 datasets into the third dataset in a simple manner?

0 Answers  


What are the different ado.net namespaces are available in .net?

0 Answers  


What is the difference between an ADO.NET Dataset and an ADO Recordset?

0 Answers  


What is the role of data provider in ado.net?

0 Answers  


How to bind the controls(best practice) comboboxes to the data in the dataset?

0 Answers  






What are the different methods available under the sqlcommand class to access the data?

0 Answers  


What is execute reader in ado.net?

0 Answers  


What are dcl commands?

0 Answers  


Which architecture does Datasets follow?

0 Answers  


What are the essential features of ado.net?

0 Answers  


How to add an aggregate column?

0 Answers  


How can we add relation between tables in a dataset?

0 Answers  


Categories