what is the syntax code for oldb to connect oracle
Answer Posted / raghavendra.v
it is not oldb it may be oledb
using System.Data.Oledb;
Oledbconnection cn=new OleDbConnection
("Provider=Msdaora.1;uid=<username>;pwd=<pwd>;server=<server
name>");
cn.open();
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between oledb sql server, oledbdotnet provider?
What is a datareader object?
differance between ADO vs ADO.Net?
What is different between sqlcommand object and command behavior object?
What is ado.net tutorial?
What are the uses of Stored Procedure?
What is dataset object? Explain the various objects in dataset.
Explain the difference between data reader and data adapter?
What is oledb driver?
How to find the given query is optimised one or not?
What is an ado connection?
What is difference between datareader and dataadapter?
How to enable and disable connection pooling?
What is linq and entity framework?
What is ado asp?