Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 ole2 format?

965


What is dataset and datatable in ado.net?

1042


How to retrieve the user id which is provided while windows authentication?

1147


What is sqlconnection and sqlcommand?

1201


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

1056


What is ole in vb?

952


Which is the feature of ado.net?

1066


What are the features of ado.net?

1116


What does sqldatareader return?

1010


What is serialization and de-serialization in .net? How can we serialize the dataset object?

1017


What is serialization and de-serialization in .net?

983


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

1030


What is partial class?

1024


What are the advantage of ado.net?

1042


How do you implement locking concept for dataset?

1048