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
If a table contains 20000 records. In a page at each time 100 records to be displayed.
Is ado.net an orm?
What is sqlconnection and sqlcommand?
What is a non query?
What are the 3 major types of connection objects in ado.net?
What does ado stand for?
What is a data control clerk?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is ole data type?
What is the use of sqldatareader class?
What are the benefits of ADO.NET?
how can implement dropdownlist in particular of dataset when try to update?
What are ado.net objects?
What is connection in ado.net?
What is oledb connection?