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

Give an example that shows how to execute a stored procedure in ado.net?

807


What is the difference between sqlcommand and sqldataadapter?

750


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

789


how can implement dropdownlist in particular of dataset when try to update?

2545


How to find the given query is optimised one or not?

756


What is row state?

720


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

776


What is the difference between ado.net and entity framework?

800


Describe datareader object of ado.net with example.

713


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

751


What is connection string?

743


What is ole data type?

715


What is data control techniques?

701


What is adodb dll?

759


What is ado.net full form?

757