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

Which is the best institute in hyderabad to learn DotNet?

11 Answers   Cognizant,


What is the provider being used to access oracle database?

1 Answers  


What is ole in vb?

1 Answers  


What is ado.net code?

1 Answers  


Explain all the classes those are used for database connections between sql server and asp.net?

1 Answers  


Which ado.net object is very fast in getting data from the database?

1 Answers  


What is difference between sqldatareader and sqldataadapter?

1 Answers  


Which method in OLEDBAdapter is used to populate dataset with records?

1 Answers  


How can we save all data from dataset?

1 Answers  


What are the core objects of ADO.NET?

1 Answers  


Is datareader faster than datatable?

1 Answers  


Can you explain how to enable and disable connection pooling?

1 Answers  


Categories