What is the provider and namespaces being used to access
oracle database?
Answer Posted / 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 |
Post New Answer View All Answers
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is variable view?
What is command class in ado.net?
How can we check that some changes have been made to dataset since it was loaded?
What is ado.net full form?
What are typed and untyped dataset?
What are dcl commands?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What are advantages of microsoft-provided data provider classes in ado.net?
How does ado.net work?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the difference between Command and CommandBuilder object?
What are the namespaces used in ado.net for data access?
Describe datareader object of ado.net with example.
What is the use of ADO.NET and XML web services?