what is the syntax code for oldb to connect oracle
Answer Posted / raghavendra.v
it is not oldb it may be oledb
using System.Data.Oledb;
Oledbconnection cn=new OleDbConnection
("Provider=Msdaora.1;uid=<username>;pwd=<pwd>;server=<server
name>");
cn.open();
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is meant by executenonquery?
What is the difference between DataReader and DataSet in ADO.NET?
Explain the difference between sqlcommand object and command behavior object?
How to pass values into a datatable?
What is sqlconnection and sqlcommand?
What does ole stand for in excel?
What are the benefits of ADO.NET?
What is the difference between Datareader and Dataset?
What are the features of ado.net?
What is ado.net in mvc?
How to perform sorting on a table in ADO.NET?
Which property is used to check whether a DataReader is closed or opened?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is an orm, and why would you use one instead of plain old ado.net?
What is the difference between dataset and datatable?