what is the syntax code to oledb to connect oracle

Answer Posted / govind.konduri

using system.data.oledb;

oledbconnection oracon=new oledbconnection
( " provider=msdaora;
User Id=scott;
Password=Tiger");

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of SqlCommand object?

637


Define table relations?

550


What is disconnected scenario in entity framework?

526


What is the difference between sqldatareader and sqldataadapter?

484


What is ole db query?

514






What are the classes in System.Data.Common Namespace?

695


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?

1920


Explain ado.net features?

528


What are typed and untyped dataset?

546


What is an example of ordinal data?

483


How we can provide data to ado.net?

540


What are the advantages using ado.net?

529


Is ado.net dead?

522


How do you update database through dataset?

531


How to check if a datareader is closed or opened? IsClosed()

570