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 ado.net components?
What is execute scalar in ado.net?
What is ado.net in mvc?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
How do you implement locking concept for dataset?
What is the use of adodc?
What are the different execute methods of Ado.Net?
Define Execute Reader?
What is ado rdo dao in visual basic?
What is an ado connection?
What is a dynaset in access?
Which object of ado contains datarow datacolumn collection?
What is a data control clerk?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How to Read, Add, Update and Delete record in Entity Framework ?