what is the syntax code for oldb to connect oracle?
Answer Posted / ranjeet kumar panda
OledbConnection cn=new
OledbConnection
("Provider=msdaora;username=<username>;pwd=<password>;Data
Source=<servername>");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is namespace in ado.net?
What are the key events of sqlconnection class?
What are the parameters that control most of connection pooling behaviours?
What are the major difference between classic ADO and ADO.NET?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain the advantage of ADO.Net?
What is a data control clerk?
What is Data view?
Explain ado.net features? Benefits? Drawbacks?
What are dcl commands?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Define bubbled event?
Why is ADO.NET serialization slower than ADO ?
Name which operations can you not perform on an ado.net dataset?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?