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 to create dynamic gridview?
Explain what is datagrid with an example?
What are the namespaces used in ado.net for data access?
What is ado object model?
What is difference in record set and dataset?
What are all the commands used with Data Adapter?
What are the different execute methods of Ado.Net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the major difference between classic ADO and ADO.NET?
What are all the different methods under sqlcommand?
What connected data?
What are the ado.net objects?
How to store data in memory?
What is the role of clr?
How to check if the Dataset has records ?