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 is DataReader Object?
What is datasource in ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Give few examples of datareader that is used in different dataproviders.
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is fill method in ado.net?
What is partial class?
What is read only and forward only in ado.net?
What do you know about ADO.NET's objects and methods?
What are all components of ADO.Net data provider?
What are the objects of ado.net?
What is the difference between Dataset. clone and Dataset.copy?
Explain the different row versions available in table?
How do you implement locking concept for dataset?
Define Execute Reader?