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 Dataset Object?
Explain ado.net features? Benefits? Drawbacks?
What is the functionality of data provider in ado.net?
What are the different row versions available in table?
What are the features of ado.net?
Define executenonquery?
What is the difference between ado.net and entity framework?
What is basic use of data view?
How to pass multiple tables in datasets simultaneously?
Which database is the ado.net sql connection object designed for?
What is ole access?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
differance between ADO vs ADO.Net?
What are different layers of ADO.Net?
What is data view and variable view?