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
What is difference between connected and disconnected architecture in ado.net?
describe the dataset object in ado.net.
What are basic methods of dataadapter?
What are the Features and disadvantages of dataset
How to pass multiple tables in datasets simultaneously?
What does datareader object do?
What are the steps to connect to a database?
What are all the commands used with Data Adapter?
What is a datareader object?
Define table relations?
Does sqlclient and oledb class share the same functionality?
How can we add relation between tables in a dataset?
How do you update database through dataset?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Explain why edit is not possible in repeater?