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
What do you know about ado.net's objects?
Why is stored procedure used in ado.net?
Describe the disconnected architecture of ADO.NET’s data access model.
What is ado.net connection?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Explain how can we load multiple tables in to dataset?
What is an example of ordinal data?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the drawbacks of using ado.net?
Can we do database operations without using any of the ado.net objects?
What is disconnected architecture in ado.net?
What is the namespaces being used to access oracle database?
What are three methods for displaying data in a syncfusion datagrid
What is datasource in ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?