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 to read data with the sqldatareader ?
What are the steps you will take to improve performance?
How would you connect to database using .NET?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What does ado stand for in ado.net?
ADO and ADO.NET differences ?
what is a dataview?why is it used for?
How to sort the data in Datatable
How can we serialize the dataset object?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Does entity framework use ado.net?
Define data adapter?