what is the syntax code to oledb to connect oracle

Answer Posted / siddhartha sharma

using System.data.oledb;
oledbdataadapter da;
dataset ds;
da=new data Adapter("select * from
Databasename","connection string");
ds=new dataset();
da.fill(ds);// fetch the database to frontend
//// we use that syntex to fetch oracle database to our
application

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of clr?

525


What are the advantages using ado.net?

529


What is ole access?

542


What is ambient transaction?

498


What does adodb stand for?

498






What is bubbled event?

527


How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?

512


What is difference between executequery and executeupdate?

492


What is ole in excel?

511


What does executenonquery () method return?

494


Explain the architecture of ado.net?

529


What are the difference between readonly vs. Const?

495


What is difference between Dataview and Datatable?

524


What are advantages of microsoft-provided data provider classes in ado.net?

539


Why edit is not possible in repeater?

514