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
How to load multiple tables into a dataset?
What does executereader return?
What are basic methods of dataadapter?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is a control toolbox?
How to aggregating data across related tables?
Define data adapter?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is the use of SqlCommandBuilder?
What are the data access namespaces in .NET?
What are the objects of ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
How can we add/remove row's in "datatable" object of "dataset"?
What is ado.net full form?
Define Execute Scalar?