what is the syntax code to oledb to connect oracle

Answer Posted / kakani kumar

Using System.Data.Oledb;

OledbConnection cnn = new Oledbconnection("Prvider=MsDaOra,
User ID=scott, Password=Tiger, Datasource=m10 );
Datasource is optinal

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about ado.net's objects?

750


Why is stored procedure used in ado.net?

804


Describe the disconnected architecture of ADO.NET’s data access model.

810


What is ado.net connection?

709


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

787


Explain how can we load multiple tables in to dataset?

729


What is an example of ordinal data?

766


How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

821


What are the drawbacks of using ado.net?

756


Can we do database operations without using any of the ado.net objects?

794


What is disconnected architecture in ado.net?

761


What is the namespaces being used to access oracle database?

773


What are three methods for displaying data in a syncfusion datagrid

857


What is datasource in ado.net?

855


How do you merge 2 datasets into the third dataset in a simple manner?

802