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 microsoft ado.net?
What is ado connection?
What is the use of sqldatareader class?
Explain the dataadapter class in ado.net?
What is ado rdo dao in visual basic?
What is difference between datatable and dataset?
Which is faster dataset or datareader?
What is the difference between ado.net and entity framework?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is the difference between ado.net and oledb?
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 namespace in ado.net?
What is the difference between Data adaptor and Data set?
What is the maximum pool size in ado.net connection string?
Describe the disconnected architecture of ADO.NET’s data access model.