what is the syntax code for oldb to connect oracle
Answer Posted / srinivas.kinthada
i think oldb is not correct it's may b.
it is oledb
using system.data.oledb;
oledbconnection cn=new
oledbconnection("uid=<username>;pwd=<password>;server=<servername>");
cn.open();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the usages of the command object in ado.net?
How can you add or remove rows from the datatable object of dataset?
What is the difference between Command and CommandBuilder object?
What are ado.net objects?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
Which ado.net object is very fast in getting data from the database?
What provider ado.net use by default? Explain the role of data provider in ado.net?
How to add an aggregate column?
What are the main differences between classic ado and ado.net?
How to add a javaScript function in a datagrid?
What are the major challenges in accessing data from a database?
What is ado.net in mvc?
What are the advantages of ado.net?
Explain the two fundamental objects in ado.net?
What are the Features of a dataset