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
Explain the two fundamental objects in ado.net?
What is the use of data grid?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
How can we perform transactions in .net?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
Can we connect two dataadapters to same data source using single connection at same time?
What is an ado?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is linq and entity framework?
Explain what is datagrid with an example?
What is DataReader Object?
What is the use of SqlCommandBuilder?
Explain the advantages and disadvantages of using datalist?
What are the different methods by which we can populate a dataset?
What is ado.net in vb net?