Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 / naresh

The provider name is oledb and the namespaceis
system.data.oledb

Is This Answer Correct ?    3 Yes 1 No

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

Answer / parveen atreya

The Most app. provider is OracleClient. To use this
provider we have to add this from add reference utilities
in dot net application. The Namespace for this is ....

SQL.DATA.OracleClient


enjoy..........

Is This Answer Correct ?    3 Yes 1 No

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

Answer / naresh

We can use any of the following providers to connect to the
oracle databas

Oledb provider
Odbc provider
OracleClient Provider

and the namespaces for the above provider are

Oledb provider--> System.Data.Oledb
Odbc provider---> System.Data.Odbc
OracleClientProvider--> System.Data.OracleClient

Is This Answer Correct ?    2 Yes 0 No

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

Answer / surendra

oledb Provider -->system.data.oledb;
odbc -->no namespace;
oracle -->system.data.oracleclient;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between ado.net and entity framework?

0 Answers  


What is a dataset?

3 Answers  


What is ado.net in vb net?

0 Answers  


What is dataset object? Explain the various objects in dataset.

0 Answers  


Is bulk insert faster than insert?

0 Answers  


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

0 Answers  


What are typed and untyped dataset?

0 Answers  


How to add Primary key in DataSet

6 Answers  


Can you explain how to enable and disable connection pooling?

0 Answers  


What is data reader in ado.net?

0 Answers  


How to enable and disable connection pooling?

0 Answers  


What is difference between sqldatareader and sqldataadapter?

0 Answers  


Categories