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 are the different ado.net namespaces?

0 Answers  


Is datareader faster than datatable?

0 Answers  


What is openrowset?

0 Answers  


Define data access layer?

0 Answers  


What are the ADO.NET Controls?

6 Answers  






What is the full form of ado?

0 Answers  


How do I delete a row from a DataTable?

0 Answers   UGC Corporation,


What does ado stand for?

0 Answers  


Explain the difference in record set and dataset?

0 Answers  


What are the data providers in ADO.NET framework?

0 Answers  


What is ole access?

0 Answers  


What is the use of adodc?

0 Answers  


Categories