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 the namespaces being used to access oracle database?

0 Answers  


how would i implement dropdownlist in gridview using c#

2 Answers  


What is difference between datatable and dataset?

0 Answers  


How to identify the updated rows in a dataset?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception.

2 Answers   Fulcrum Logic, Satyam,






What is sqlconnection and sqlcommand?

0 Answers  


What is sqldatasource?

0 Answers  


Why DataReader is Forward Only?

16 Answers   IBM, NIIT,


How many major types of connection objects in ADO.NET?

0 Answers   MCN Solutions,


How do you update database through dataset?

0 Answers  


explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?

3 Answers   Techno Labs,


What does ole stand for in excel?

0 Answers  


Categories