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 is openquery?
What are the main differences between classic ado and ado.net?
Which namespaces are used for data access?
What are the advantage of ado.net?
What are the benefits of ADO.NET?
What is the difference between Dataset. clone and Dataset.copy?
What are the different methods by which we can populate a dataset?
What are the essential features of ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the difference in record set and dataset?
What is fill method in ado.net?
What is the maximum pool size in ado.net connection string?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the purpose of using adodb?
Why is stored procedure used in ado.net?