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


Please Help Members By Posting Answers For Below Questions

How can we check that some changes have been made to dataset since it was loaded?

508


What is method to get XML and schema from Dataset? getXML() and get Schema ()

536


What are the essential features of ado.net?

534


What are the different methods available under the sqlcommand class to access the data?

568


What is ado connection?

501






What connected data?

490


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?

1923


What is the difference between Data adaptor and Data set?

509


What are the major challenges in accessing data from a database?

522


How to bind the controls(best practice) comboboxes to the data in the dataset?

534


What are the methods of XML dataset object?

611


What is ambient transaction?

498


What are the 3 major types of connection objects in ado.net?

534


Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?

627


What is meant by executenonquery?

522