What is the provider and namespaces being used to access
oracle database?
Answer Posted / sandip bhattacharya
In .net there are two provider.
1)Sql Data Provider;(for sql server)
2)Oledb Data Provider;(for other database)
and the name space are
1)System.data.sqlclient;
2)System.data.oledb;
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the benefits of ADO.NET?
What are the ado.net components?
What is an ADO.Net?
How to perform sorting on a table in ADO.NET?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Why do we need ado.net?
Do we use stored procedure in ADO.Net?
What is ado.net components?
What is csdl entity framework?
What is data access pattern?
What is dataset and datatable in ado.net?
What is sql command in ado net?
How can we add/remove row's in "datatable" object of "dataset"?
What is ado connection?
Define the data provider classes that is supported by ado.net?