What is the provider and namespaces being used to access
oracle database?
Answers were Sorted based on User's Feedback
Answer / naresh
The provider name is oledb and the namespaceis
system.data.oledb
| Is This Answer Correct ? | 3 Yes | 1 No |
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 |
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 |
Answer / surendra
oledb Provider -->system.data.oledb;
odbc -->no namespace;
oracle -->system.data.oracleclient;
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you connect to database using .NET?
What is the use of SqlCommand object?
Define connection string?
What is isolation?
Which object is used to add relationship between two Datatables?
What is the role of clr?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is maximum pool size in ado.net connection string?
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explain how can we load multiple tables in to dataset?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)