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

What is @@rowcount and with small code snippet explain the usage?

4 Answers   BirlaSoft,


How can we perform transactions in .net?

0 Answers  


What are the features of ado.net?

0 Answers  


Describe briefly an ADO.NET Dataset ?

0 Answers   Siebel,


Is it possible to load multiple tables in a Dataset?

0 Answers  






Which database is the ado.net sql connection object designed for?

0 Answers  


What are the different methods by which we can populate a dataset?

0 Answers  


What is executequery?

0 Answers  


What is the advantage of ado.net?

0 Answers  


Can we do database operations without using any of the ado.net objects?

0 Answers  


How to pass multiple tables in datasets simultaneously?

0 Answers  


What is difference between sqldatareader and sqldataadapter?

0 Answers  


Categories