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 difference between datareader and dataadapter?

994


What is Data view?

1005


can we create synonymn in ms access,sql server,my sql if so explain me with example

2024


What is the difference between ADO and ADO.Net?

1020


What is linq and entity framework?

936


What is sqldatasource?

875


How to read data with the sqldatareader ?

920


Which is the best method to get two values from the database?

914


What are all the commands used with Data Adapter?

971


What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

967


How to Read, Add, Update and Delete record in Entity Framework ?

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?

915


What is ado.net code?

886


Which control of the BindingNavigator returns the current position within the data source?

1106


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?

913