what is the syntax code to oledb to connect oracle
Answer Posted / kakani kumar
Using System.Data.Oledb;
OledbConnection cnn = new Oledbconnection("Prvider=MsDaOra,
User ID=scott, Password=Tiger, Datasource=m10 );
Datasource is optinal
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to load multiple tables in a Dataset?
What is meant by executenonquery?
What is DataRowCollection?
What are the Features of a dataset
How can we load multiple tables in a dataset?
Describe connection object in ado.net
What is difference between dataset and datatable?
What are two important objects of ADO.Net?
What is the difference between Data adaptor and Data set?
Why edit is not possible in repeater?
What is execute scalar in ado.net?
What are the data providers used in ado.net
What is the purpose of using adodb?
What is executequery?
What are disadvantages of microsoft-provided data provider classes in ado.net?