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 disconnected architecture in ado.net?
Define atomicity?
Does ado.net use odbc?
What is the difference between Command and CommandBuilder object?
What is an ado connection?
Define different execute methods of ADO.NET command object ?
Does entity framework use ado.net?
What we do with the object of ado.net dataset after using it?
What is ado.net architecture?
Explain the two fundamental objects in ado.net?
What is the default provider in ado.net?
What are the major difference between classic ADO and ADO.NET?
How to identify the controls which can be used for binding data?
Explain executenonquery?
What are all features of ADO.Net?