What is the provider and namespaces being used to access
oracle database?
Answer Posted / surendra
oledb Provider -->system.data.oledb;
odbc -->no namespace;
oracle -->system.data.oracleclient;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need ado.net?
What are the drawbacks of using ado.net?
What is the use of SqlCommandBuilder?
What is a dataview?
What is linq and entity framework?
Explain how do you connect to sql server database without using sqlclient?
What is sql command in ado net?
What is connection in ado.net?
What are the Data providers in ADO.Net?
What is ole in vb?
What are the types of databinding?
What are the steps you will take to improve performance?
What is oledb connection?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Why is ADO.NET serialization slower than ADO ?