What is the provider and namespaces being used to access
oracle database?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Serialization in .NET? what are the types of Serialization?

555


What is the default provider in ado.net?

516


Describe the disconnected architecture of ADO.NET’s data access model.

542


What is full form of ado?

539


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

499






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

595


What is the difference between typed and untyped dataset?

510


What are the benefits of ADO.NET?

611


How to identify the controls which can be used for binding data?

551


Is it possible to load multiple tables in a Dataset?

530


What does ado stand for in ado.net?

458


How to pass multiple tables in datasets simultaneously?

572


Which is the feature of ado.net?

527


What is sqldatareader in ado.net?

505


Which property is used to check whether a DataReader is closed or opened?

570