What providers do you use to connect to oracle database ?

Answers were Sorted based on User's Feedback



What providers do you use to connect to oracle database ?..

Answer / tarun

odbc data provider that available in System.Data.ODBC
namespace.

Is This Answer Correct ?    3 Yes 0 No

What providers do you use to connect to oracle database ?..

Answer / ansu kumar

we
will use Oledb provider for oracle

Is This Answer Correct ?    2 Yes 2 No

What providers do you use to connect to oracle database ?..

Answer / anshuman sahoo

Oracle data provider (namespace=System.Data.OracleClient)

Is This Answer Correct ?    3 Yes 4 No

What providers do you use to connect to oracle database ?..

Answer / bhupi

we use "DATAPROVIDER "
which cosists $ components
1 Connection ,(Create COnnection)
2. Command ,(Write Command)
3.DataReader
4.DataAdapter

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?

3 Answers   Zensar,


What is the maximum pool size in ado.net connection string?

0 Answers  


What is difference between datatable and dataset?

0 Answers  


Does entity framework use ado.net?

0 Answers  


Write steps of retrieving data using ado.net ?

3 Answers   Keane India Ltd,






What is shadow copy?

0 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

5 Answers   IBM, Veegyapan Impacts,


What is sqldatareader in ado.net?

0 Answers  


What is the default provider in ado.net?

0 Answers  


Explain ado.net features? Benefits? Drawbacks?

0 Answers  


differance between ADO vs ADO.Net?

0 Answers   MCN Solutions,


Explain the basic use of "dataview" and explain its methods.

0 Answers  


Categories