What is the provider and namespaces being used to access
oracle database?
Answer Posted / ansu kumar
provider is
olebd
namespace is
system.data.olebdclient
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is ado.net objects?
What is ado connection?
Can you explain how to enable and disable connection pooling?
How do you update a dataset in ado.net and how do you update database through dataset?
What is XML serialization
What is the difference between OLEDB Provider and SqlClient?
Explain what is datagrid with an example?
Define the executescalar method?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is the advantage of ado.net?
What is the usage of the dataset object in ado.net?
What is difference between entity framework and ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
Is it possible to load multiple tables in a Dataset?
Which object of ado contains datarow datacolumn collection?