What is the provider and namespaces being used to access
oracle database?
Answer Posted / shwetha
provider is oledb.
and Namespace is System.Data.oledbclient
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How would you connect to a database by using .NET?
Explain the difference between an ado.net dataset and an ado recordset?
How can we load multiple tables in to dataset?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Is entity framework better than ado.net?
What is difference between executenonquery and executequery?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is the difference in record set and dataset?
How to pass values into a datatable?
What are the steps you will take to improve performance?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the different ado.net namespaces?
What is a non query?
What are the namespaces used in ado.net for data access?
What is ado code?