What is the provider and namespaces being used to access
oracle database?
Answers were Sorted based on User's Feedback
Answer / ansu kumar
provider is
olebd
namespace is
system.data.olebdclient
| Is This Answer Correct ? | 14 Yes | 4 No |
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 |
Answer / shwetha
provider is oledb.
and Namespace is System.Data.oledbclient
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shankar
provider is oledb.
and Namespace is using System.Data.OleDb
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between entity framework and ado.net?
Diff. b/w DataReader and DataSet?
What are the ado.net components?
Is entity framework better than ado.net?
What are the parameters that control most of connection pooling behaviours?
What is the use of command objects?
What provider ado.net use by default? Explain the role of data provider in ado.net?
How would you connect to database using .NET?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Which property is used to check whether a DataReader is closed or opened?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
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)