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 difference between connected and disconnected architecture in ado.net?

0 Answers  


Explain the differences between oledb sql server, oledbdotnet provider?

0 Answers  


Explain the ADO . Net Architecture ?

3 Answers  


What is main five diffrent between Connected And Disconnected environment

15 Answers   HCL, Satyam, US India, Wipro,


What is the difference between Optimistic and Pessimistic locking?

0 Answers  






What are the namespaces used in ADO.Net to connect to a database?

0 Answers  


What are the different row versions available in table?

0 Answers  


Diff b/w DataReader,Dataset and Data table?

5 Answers   HCL,


What two types of data providers does ADO.NET supply? What determines which one you should use?

0 Answers   CDC,


What is difference between executequery and executeupdate?

0 Answers  


How is it possible to get 2 tables of data at a time by using data reader?

0 Answers  


What is method to get XML and schema from Dataset?

2 Answers  


Categories